practical_seq2seq
practical_seq2seq copied to clipboard
ImportError: No module named datasets.twitter
Hello,
getting below error on running "03-Twitter-chatbot.ipynb" in notebook, the file is exists (data.py)
ImportError Traceback (most recent call last)
ImportError: No module named datasets.twitter
i have same issue.... but i am running the .py version of it.... please help!
you might be using python 2.7. If that is the case create a init.py file inside datasets folder
Hi, Use python 3.5 to overcome the issue