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
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