You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ..
The text was updated successfully, but these errors were encountered:
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 ..
The text was updated successfully, but these errors were encountered: