-
Notifications
You must be signed in to change notification settings - Fork 484
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
[Ask]multiple gpu #11
Comments
I also meet this problem. |
@thinkerthinker It makes RuntimeError... what should i do? RuntimeError: DataLoader worker (pid 40228) is killed by signal: Bus error. Details are lost due to multiprocessing. Rerunning with num_workers=0 may give better error trace. |
@thinkerthinker Even if we add "CUDA_VISIBLE_DEVICES=x,x,x" before the script it still uses one GPU. |
Me too! |
Hi NVlabs.
Please tell me!
When I want to use multiple GPUs with this code, how should I do?
The text was updated successfully, but these errors were encountered: