-
Notifications
You must be signed in to change notification settings - Fork 3.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
Enable PyTorch 1.7 in conda CI #3541
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3541 +/- ##
======================================
+ Coverage 90% 91% +1%
======================================
Files 110 110
Lines 8129 8069 -60
======================================
- Hits 7331 7323 -8
+ Misses 798 746 -52 |
lets first finis the tests fixing here and later follow up in #3543 |
it seems that most of the TorchScript are failing
and it seems there is issue with DataModule:
@nateraw mind have look, pls |
Seems like there is something update to the JIT.
But not sure the cause is from Lightning or PyTorch. |
Maybe move this testing to some alternative ci/badge? @williamFalcon |
So far I have ignored all the properties in Question:
TorchScript doesn't support There is a related PR #3295 doing similarly for 1.7 JIT support. Finally for these kind of breaking changes, would it be better to have separate ci/badge? |
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
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
This pull request is now in conflict... :( |
What does this PR do?
Fixes #3531
Python property support for PyTorch JIT PR (v1.7): pytorch/pytorch#42390
Thanks to ptrblck
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃