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 help! #24

Open
vtorrecillas opened this issue May 26, 2017 · 1 comment
Open

ImportError help! #24

vtorrecillas opened this issue May 26, 2017 · 1 comment

Comments

@vtorrecillas
Copy link

Traceback (most recent call last):
File "train.py", line 8, in
from tf_seq2seq_chatbot.lib.train import train
File "/home/vinicius_torrecillas/tf_seq2seq_chatbot/tf_seq2seq_chatbot/lib/train.py", line 14, in
from tf_seq2seq_chatbot.lib.seq2seq_model_utils import create_model
File "/home/vinicius_torrecillas/tf_seq2seq_chatbot/tf_seq2seq_chatbot/lib/seq2seq_model_utils.py", line 11, in
from tf_seq2seq_chatbot.lib import seq2seq_model
File "/home/vinicius_torrecillas/tf_seq2seq_chatbot/tf_seq2seq_chatbot/lib/seq2seq_model.py", line 28, in
from tensorflow.models.rnn.translate import data_utils
ImportError: No module named models.rnn.translate

how can i fix this?

@smsrikanthreddy
Copy link

from tf_seq2seq_chatbot.lib import data_utils

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