-
Notifications
You must be signed in to change notification settings - Fork 6
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 want to test your code, but something went wrong in train.py #3
Comments
You can simply create a 'logs' directory. I think this will work. |
when I run train.py ModuleNotFoundError: No module named 'torch.nn._functions' and i didn't find this module in pytorch's ducument |
Hi, can you provide an error log? I guess there is something wrong with your installation of pytorch or the version of that. |
Traceback (most recent call last): |
I have checked that pytorch 0.4.0 has this module but the latest version has changed that. I think changing your version to 0.4.0/updating the code according to your version (e.g. find the corresponding LSTMCell module in the latest version) can work this problem out. |
It seems no file named "logs". Could you provide it? Thank you.
The text was updated successfully, but these errors were encountered: