Open ghost opened 4 years ago
Hi, when I try to train model with multi GPUs(CUDA_VISIBLE_DEVICES=0,1,2 python3 train.py …), I got an error like 'core dumped',while train with single GPU is fine
best
I think you have to set "num_workers" to 0 in dataloader, if you wanna train with multi gpus.
Hi, when I try to train model with multi GPUs(CUDA_VISIBLE_DEVICES=0,1,2 python3 train.py …), I got an error like 'core dumped',while train with single GPU is fine best
I think you have to set "num_workers" to 0 in dataloader, if you wanna train with multi gpus.
Still didn't work for me ...
Hi, when I try to train model with multi GPUs(CUDA_VISIBLE_DEVICES=0,1,2 python3 train.py …), I got an error like 'core dumped',while train with single GPU is fine
best