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

Can you tell me how to make correction in the grl_seq2seq.py?thank you very much #11

Open
tjyjy opened this issue Nov 5, 2018 · 1 comment

Comments

@tjyjy
Copy link

tjyjy commented Nov 5, 2018

AttributeError: module 'tensorflow.python.ops.rnn_cell' has no attribute '_linear'

@yjyGo
Copy link

yjyGo commented Mar 5, 2019

I use
'from tensorflow.contrib.rnn.python.ops import core_rnn_cell'
to substitue
'from tensorflow.python.ops import rnn_cell'

'linear = rnn_cell._linear' changes into 'linear = core_rnn_cell._linear'

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

2 participants