MUNIT icon indicating copy to clipboard operation
MUNIT copied to clipboard

[Ask]multiple gpu

Open UdonDa opened this issue 7 years ago • 4 comments

Hi NVlabs. Please tell me! When I want to use multiple GPUs with this code, how should I do?

UdonDa avatar Apr 24 '18 21:04 UdonDa

I also meet this problem. It only uses one GPU. I also want to use multiple GPU to accelerate the training progress. ^_^

o0t1ng0o avatar May 17 '18 09:05 o0t1ng0o

@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.

itsss avatar Oct 26 '18 10:10 itsss

@thinkerthinker Even if we add "CUDA_VISIBLE_DEVICES=x,x,x" before the script it still uses one GPU.

harsmac avatar Nov 28 '18 20:11 harsmac

Me too!

doantientai avatar Mar 03 '20 09:03 doantientai