suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/twitter/metadata.pkl' #68

Open hoyeunglee opened 5 years ago

hoyeunglee commented 5 years ago

martin@ubuntu:~/Downloads/practical_seq2seq$ python3 03-Twitter-chatbot.py Traceback (most recent call last): File "03-Twitter-chatbot.py", line 12, in metadata, idx_q, idx_a = data.load_data(PATH='datasets/twitter/') File "/home/martin/Downloads/practical_seq2seq/datasets/twitter/data.py", line 205, in load_data with open(PATH + 'metadata.pkl', 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: 'datasets/twitter/metadata.pkl'

virajrai commented 5 years ago

you need to unzip the seq2seq.twitter.tar.gz. Execute the following:

tar seq2seq.twitter.tar.gz