Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Seq2Seq network output isn't processed with the following op: reshaped_output = [(tf.matmul(i, weights['out']) + biases['out']) for i in dec_output] #45

Open
sarahboufelja opened this issue Feb 26, 2018 · 0 comments

Comments

@sarahboufelja
Copy link

Dear all,
I am stuck on a problem in my Seq2seq implementation where the network isn't Learning at all.
The following op isn't processed:
reshaped_output = [(tf.matmul(i, weights['out']) + biases['out']) for i in dec_output]
and don't how to use tf.contrib.layers.fully_connected to overcome the issue.
Thank you for your help
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant