-
Notifications
You must be signed in to change notification settings - Fork 168
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
Unable to run resnet_34_8s_demo.ipynb #11
Comments
@sharanry Hi, It should work with the latest available version, Could you, please, give me the line where exception occurred ? |
Probably the same error. |
Probably the same error :
|
@coolcoder001 @superoil1983 @sharanry -- that's a bug that appeared after the new version of pytorch came out. Will resolve it soon. Thank you for reporting guys :) |
@coolcoder001 @superoil1983 @sharanry I have just checked the file Could you please provide the python version/pytorch version and python version that you guys are using when experiencing this problem? Thank you. |
I have also checked it on the latest unstable version of pytorch and python2 -- it works. My hypothesis is that this problem is related to python 3 which we don't support yet. |
@warmspringwinds Could you please put in the
P.S. In my case, the errors are regarding unknown arguments for ResNet initialization. Tried on multiple cloud / GPU setups with same output. Maybe there are unchecked files (there could be cached files in your setups. On a clean repo pull, these errors might occur for you as well)
Also, if you could also put in the Many thanks! |
The way I got it to work in Python 3 was to change:
|
Which version of pytorch is to be used?
The text was updated successfully, but these errors were encountered: