Skip to content
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

early stop worker got Exception Error #1310

Open
kamirdin opened this issue Aug 5, 2024 · 1 comment · May be fixed by #1311
Open

early stop worker got Exception Error #1310

kamirdin opened this issue Aug 5, 2024 · 1 comment · May be fixed by #1311

Comments

@kamirdin
Copy link

kamirdin commented Aug 5, 2024

🐛 Describe the bug

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

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

@kamirdin kamirdin linked a pull request Aug 5, 2024 that will close this issue
@andrewkho
Copy link
Contributor

Hi @kamirdin, please see #1196 as we won't be supporting dataloader2 nor datapipes in torchdata moving forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants