Skip to content

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

@sarahboufelja

Description

@sarahboufelja

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

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