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

ValueError: _set_worker_pids should be called only once for each _BaseDataLoaderIter. #44

Open
choieq opened this issue Aug 13, 2020 · 1 comment

Comments

@choieq
Copy link

choieq commented Aug 13, 2020

My environment is pytorch 1.6, cuda 10.2 in ubuntu

I replace _update_worker_pids with _set_worker_pids in code/dataloader.py, then i got this error.
"ValueError: _set_worker_pids should be called only once for each _BaseDataLoaderIter. "

Help me ..

@Akshaypatil7
Copy link

Use pytorch=0.4.1, cuda=9.2 in ubuntu
use this command to install both:
conda install pytorch=0.4.1 cuda92 -c pytorch

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

No branches or pull requests

2 participants