-
Notifications
You must be signed in to change notification settings - Fork 811
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
prepare datasets for new encoding kwarg. #1616
Conversation
Note: The PR with the change of encoding has already been merged into release/1.11 branch. |
I think we're using the latest Here are the code pointers to where we are installing torchdata |
The encoding kwarg is in pytorch proper, not torchdata. |
Ahh understood, thanks for clarifying! |
Btw can we fix the merge conflicts with some of the datasets? |
Oops -- yep! |
1248136
to
951253d
Compare
Great to see this PR @erip! Hopefully we should soon be in position to land these changes :) |
951253d
to
e77522f
Compare
This is a good sign. Once nightlies with Windows (and OS X) are published, this should be gtg -- Linux nightlies have propagated and tests pass in those cases. |
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.
Overall the changes LGTM! We can merge once after the windows tests are passing. Thanks.
e77522f
to
af4da8a
Compare
New windows and OS X nightlies landed, so this should hopefully pass and be good to go. 🎆 |
Codecov Report
@@ Coverage Diff @@
## main #1616 +/- ##
=======================================
Coverage 85.25% 85.25%
=======================================
Files 58 58
Lines 2483 2483
=======================================
Hits 2117 2117
Misses 366 366
Continue to review full report at Codecov.
|
This may need to wait for appropriate nightlies to be published, but @ejguan suggested this feature will make it into pytorch 1.11 so that's a good sign.