-
-
Notifications
You must be signed in to change notification settings - Fork 996
Upgrade to PyTorch 1.7 #2757
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
Upgrade to PyTorch 1.7 #2757
Conversation
@neerajprad @fehiepsi do you have any ideas how to fix or work around the newly failing baseball example? I can't reproduce locally (either mac or linux), but the error on travis is "RuntimeError: Cannot insert a Tensor that requires grad as a constant."
EDIT I'll just xfail on travis. |
This is related to our patch for Binomial. I'll take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We can fix the baseball example in a separate PR.
Addresses #2754