Skip to content

Problem of the result On Deep Learning-Based Channel Decoding.ipynb #5

Description

@tom12345a

Hi. I am new in deep learning. As I tried to process the result by following the code exactly, the NN line is missing in the result. Even I increase the num_words to 1000000 or SNR_points to become bigger, The NN line is still missing.

All the code is same to you but the only difference is that I changed std=sigma to stddev=sigma.
Also, I changed return K.sum(K.not_equal(y_true, K.round(y_pred))) to
return tf.reduce_mean(K.cast(K.equal(y_true, K.round(y_pred)),dtype = 'int32')) as there is some error when running the code.

1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions