-
Notifications
You must be signed in to change notification settings - Fork 90
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
Error when running yelp/train.py #16
Comments
Hmm, could you try maybe run with python3? |
I've run into the same issue.
Python3 clearly isn't the fix. It seems like something about the PyTorch + ONNX interop is broken. |
You can try using my forked version of the repository to see if it fixes the issue for you. I've not identified the actual problem yet, but I've added a workaround that avoids having to deal with ONNX altogether. The |
Guys can you try python 3.6? @jiwoongim @vineetjohn |
@jiwoongim |
This doesn't look like a Python version issue. You should consider adding the version of PyTorch used to perform your experiments, to the project README. |
@vineetjohn Good point! I used PyTorch 0.3.1. I'm adding this to the README |
@rainyrainyguo Can you give me some advices? |
@dangvanthin Hi, I met the same problem. Do you have the solution right now? Thank you |
I followed README.md and ran
python train.py --data_path ./data
But then I got the following errors:
The text was updated successfully, but these errors were encountered: