practical_seq2seq icon indicating copy to clipboard operation
practical_seq2seq copied to clipboard

File not found error while running data.py

Open rishindrareddy opened this issue 6 years ago • 3 comments

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.

rishindrareddy avatar Apr 17 '18 17:04 rishindrareddy

I got the same problem. Any ideas?

ubialimv avatar May 26 '18 00:05 ubialimv

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.

thormacy avatar Jun 20 '18 06:06 thormacy

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

dineshh912 avatar Aug 25 '18 07:08 dineshh912