-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError #1
Comments
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. PoolingAnalysis/my_dataloader.py Line 132 in 753633f
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. |
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.
The text was updated successfully, but these errors were encountered: