nicolas-ivanov / tf_seq2seq_chatbot

[unmaintained]
422 stars 203 forks source link

ImportError help! #24

Open vtorrecillas opened 7 years ago

vtorrecillas commented 7 years ago

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 commented 7 years ago

from tf_seq2seq_chatbot.lib import data_utils