Skip to content
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

I am getting FileNotFoundError: [Errno 2] No such file or directory: '/content/im2latex/data/train.pkl' #16

Open
GopinathCool opened this issue Mar 31, 2021 · 2 comments

Comments

@GopinathCool
Copy link

No description provided.

@GopinathCool GopinathCool changed the title I am getting FileNotFoundError: [Errno 2] No such file or directory: '/content/im2latex/data/train.pkl' I am getting FileNotFoundError: [Errno 2] No such file or directory: '/content/im2latex/data/train.pkl' after running python train.py --data_path=/content/im2latex/data/ --save_dir=/content/im2latex/data --dropout=0.2 --add_position_features --epoches=25 --max_len=150 Mar 31, 2021
@GopinathCool GopinathCool changed the title I am getting FileNotFoundError: [Errno 2] No such file or directory: '/content/im2latex/data/train.pkl' after running python train.py --data_path=/content/im2latex/data/ --save_dir=/content/im2latex/data --dropout=0.2 --add_position_features --epoches=25 --max_len=150 I am getting FileNotFoundError: [Errno 2] No such file or directory: '/content/im2latex/data/train.pkl' Mar 31, 2021
@GopinathCool
Copy link
Author

I am getting the above error, after running python train.py --data_path=/content/im2latex/data/ --save_dir=/content/im2latex/data --dropout=0.2 --add_position_features --epoches=25 --max_len=150

@timoangerer
Copy link

It seems like the train.pkl can not be found. Are you sure that the file exists in the specified data directory?

The train.pkl file can be created during the data preprocessing step by running python preprocess.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants