-
Notifications
You must be signed in to change notification settings - Fork 493
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
ImportError: cannot import name 'rnn_cell' #53
Comments
What version of Tensorflow are you running this on? The names in the api have changed, for example you need to change the rnn_cell to tf.contrib.rnn.BasicRNNCell and so on. Check the api for the current version |
alasjener I had the same issue, but I checked out the master1.0 branch which has some updates for tensorflow 1.0, you can try that ( |
Could you come up with a PR (perhaps using dynamic RNN)? |
Was running into the same problem. Be sure to check your Tensorflow version with the version of the word-rnn-tensorflow you want to run. For Tensorflow 1.0.1 - get master 1.0 from https://github.com/hunkim/word-rnn-tensorflow/branches . |
Should be working with the tensorflow 1.1 release candidate. Works from the head. |
Does the import statement change for Windows?
I'm sorry, I'm not pretty versed in Python.
The text was updated successfully, but these errors were encountered: