We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After my PR is landed, the nightly releases become broken. See https://github.com/pytorch/data/actions/runs/3281029405
main branch
The text was updated successfully, but these errors were encountered:
Found the culprit https://github.com/pytorch/pytorch/pull/87017/files We should check isinstance(datapipe, (MapDataPipe, IterDataPipe)). Sending a fix now
isinstance(datapipe, (MapDataPipe, IterDataPipe))
Sorry, something went wrong.
[DataPipe] Fix type checking to accept both Iter and Map DataPipe (#8…
b90db4a
…7285) Fixes pytorch/data#841 Pull Request resolved: #87285 Approved by: https://github.com/NivekT
Closing this issue as the fix has been landed.
Successfully merging a pull request may close this issue.
🐛 Describe the bug
After my PR is landed, the nightly releases become broken. See https://github.com/pytorch/data/actions/runs/3281029405
Versions
main branch
The text was updated successfully, but these errors were encountered: