VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes
MIT License
1.94k stars 438 forks source link

ONLY TRIANED ON A SUNGLE GPU #128

Open 4vicii opened 1 year ago

4vicii commented 1 year ago

I have 8 GPUs, --gpu_id '0,1,2,3,4,5,6,7',but every time stucked in the model forward outputs = model(images) and i try to use a single GPU,it works. my env torch 2.0 cuda 12.0 How can i fix this problem?