-
Notifications
You must be signed in to change notification settings - Fork 655
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
[pytorch] Upgrade to pytorch 1.11.0 #1583
Conversation
Change-Id: I9ee7d61a1c3fa68df50da4cf9dc8f54f125b6b43
@@ -0,0 +1,509 @@ | |||
# ---[ cuda |
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.
Can you add a comment at the top indicating the source of the file (including the commit)?
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.
done
Change-Id: I9ee7d61a1c3fa68df50da4cf9dc8f54f125b6b43
Codecov Report
@@ Coverage Diff @@
## master #1583 +/- ##
============================================
- Coverage 72.08% 70.86% -1.23%
- Complexity 5126 5392 +266
============================================
Files 473 503 +30
Lines 21970 23582 +1612
Branches 2351 2561 +210
============================================
+ Hits 15838 16711 +873
- Misses 4925 5589 +664
- Partials 1207 1282 +75
Continue to review full report at Codecov.
|
Description
Brief description of what this PR is about