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

ImportError: cannot import name rnn_cell #7

Open
drwael opened this issue May 6, 2017 · 0 comments
Open

ImportError: cannot import name rnn_cell #7

drwael opened this issue May 6, 2017 · 0 comments

Comments

@drwael
Copy link

drwael commented May 6, 2017

I have received the following error when trying to execute the command ./run.sh
the Tensorflow version is 1.0.1 in python 2.

Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/drwael/shakespeare/tensorshake/translate/translate.py", line 35, in
from tensorshake.translate import seq2seq_model
File "tensorshake/translate/seq2seq_model.py", line 13, in
from tensorflow.models.rnn import rnn_cell
ImportError: No module named models.rnn

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