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
dp = ... dp = dp.sharding_filter() rs = MultiProcessingReadingService(num_workers=4) dataloader = DataLoader2(dp, reading_service=rs) for _ in dataloader: pass dataloader.shutdown()
Exception: Can not expect any response without submitted request This exception is thrown by __iter__ of _IterateQueueDataPipes(datapipes=[QueueWrapper, QueueWrapper, QueueWrapper, QueueWrapper])
related to 901b483
[pip3] numpy==1.26.4 [pip3] pytorch-wpe==0.0.1 [pip3] rotary-embedding-torch==0.6.4 [pip3] torch==2.1.1 [pip3] torch-complex==0.4.4 [pip3] torchaudio==2.1.1 [pip3] torchdata==0.7.1
The text was updated successfully, but these errors were encountered:
Hi @kamirdin, please see #1196 as we won't be supporting dataloader2 nor datapipes in torchdata moving forward
Sorry, something went wrong.
@kamirdin have you fix it? I get same issue
Successfully merging a pull request may close this issue.
🐛 Describe the bug
related to 901b483
Versions
[pip3] numpy==1.26.4
[pip3] pytorch-wpe==0.0.1
[pip3] rotary-embedding-torch==0.6.4
[pip3] torch==2.1.1
[pip3] torch-complex==0.4.4
[pip3] torchaudio==2.1.1
[pip3] torchdata==0.7.1
The text was updated successfully, but these errors were encountered: