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

File not found error while running data.py #63

Open rishindrareddy opened 6 years ago

rishindrareddy commented 6 years ago

with open(PATH + 'metadata.pkl', 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: 'datasets/twitter/metadata.pkl'

am I missing any files to import ? I followed the instructions mentioned in the blog. please let me know. Thanks.

ubialimv commented 6 years ago

I got the same problem. Any ideas?

thormacy commented 6 years ago

I haven't tried the model, but look into file: datasets/twitter, there's no file named metadata.pkl. Guess it may be in the zipped file. Try unzip it manually first.

dineshh912 commented 6 years ago

you need to pull the metadata from the dropbox link which he provided in pull file .

if i am not wrong this is the link https://www.dropbox.com/s/d35skwq8hk2ljbr/metadata.pkl?dl=0