Open saladlin opened 3 years ago
Thank you for your interest. Can you tell me the exact error message? The pickled files are only used in order to speed up the data loading process. When you run the program for the first time, it should automatically create a new pickle file. Such as via line https://github.com/dair-iitd/PoolingAnalysis/blob/753633fcc481ad4f792936a561f93e47750b2554/my_dataloader.py#L132 where we first check if a pickle file is available, and if not make a new one.
If you can tell me where the exact error occurred, I can help better debug this. Thanks
Thank you for your interest. Can you tell me the exact error message? The pickled files are only used in order to speed up the data loading process. When you run the program for the first time, it should automatically create a new pickle file. Such as via line
where we first check if a pickle file is available, and if not make a new one. If you can tell me where the exact error occurred, I can help better debug this. Thanks
Thank you for your enthusiastic answer.
Is when I execute "Evaluate the Initial gradient distribution"
"Python train.py --pool att_max --data_size 20K --gpu_id 0 --mode train --batch_size 1 --task IMDB_LONG --wiki none --epochs 5 --gradients 1 --initial 1 --log 1- -customlstm 1"
Traceback (most recent call last):
File "D:/project/pool/train.py", line 47, in
Hi! I am sorry, I totally missed the notification. Can you check if "../data/IMDB_LONG" folder was automatically created? I think this may be a permission issue
Thank you very much for this excellent work!Congratulations!When I run train.py, I get FileNotFoundError: [Errno 2] No such file or directory:'../data/IMDB_LONG/dump_none.pkl' I don't find the 'IMDB_LONG/dump_none.pkl'. Can you provide the IMDB_LONG/dump_none.pkl'? Thank you for your help.