-
Notifications
You must be signed in to change notification settings - Fork 23
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
AttributeError: creator #17
Comments
This is a pytorch issue and has nothing to do with thnets. I have now installed the latest pytorch to see if there are any changes in syntax, but those commands work to me without any issues. Do you have maybe some (very) old version of pytorch? |
I dump all that I tried:
my pytorch version is
I'll try this on another machine. |
Hello, Thank you. (Surely I pulled pytorch from master branch). |
I have tested it on 0.1.12_2 with Python 3.5. I don' t have Python 3.6. Maybe PyTorch has some issues with Python 3.6, I don't know. |
Thank you. |
Yes, but I am using 0.1.12. The latest version downloaded today! |
It seems pytorch refactored from 'creator' to 'grad_fn'. There's a pull request on the tutorial repository updating this. |
hello,
When I try sample code (in README) to export PyTorch model, like
I got the following error.
The text was updated successfully, but these errors were encountered: