-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: 'tuple' object has no attribute 'log_softmax' when run inception_v3 #27
Comments
Thanks for letting me know, I'll see if I can reproduce this tomorrow. |
This is known for inception_v3, please see pytorch/vision#302 |
* Enable sync batchnorm * enable syncbn properly * update the unit tests * update tests * update conditions for welford_merge_element * updated conditions based on comments.
Traceback (most recent call last): Hello, I modified it according to the above method and still reported an error. Can you help me see it? Thank you very much. |
node:
In [2]: print(torch.version)
0.5.0a0
The text was updated successfully, but these errors were encountered: