You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using tensorflow version 1.0.1, when I try to run the translate.py, i got the following error:
Traceback (most recent call last):
File "translate.py", line 50, in
from tensorflow.models.rnn.translate import seq2seq_model
ImportError: No module named models.rnn.translate
I am using tensorflow version 1.0.1, when I try to run the translate.py, i got the following error:
Traceback (most recent call last):
File "translate.py", line 50, in
from tensorflow.models.rnn.translate import seq2seq_model
ImportError: No module named models.rnn.translate
This error occurred even after I upgraded the code of translate.py following this instruction https://www.tensorflow.org/install/migration.
This problem is likely due to the legacy version of TF (0.8). Will you consider update it to fit the 1.0 version of Tensorflow? 감사드립니다!
The text was updated successfully, but these errors were encountered: