hzxie / Pix2Vox

The official implementation of "Pix2Vox: Context-aware 3D Reconstruction from Single and Multi-view Images". (Xie et al., ICCV 2019)

Home Page:https://haozhexie.com/project/pix2vox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train on multi gpu cluster

kaphleamrit2 opened this issue · comments

I want to train it on multi GPU cluster. How can I train it?

DataParallel can only be trained on a single machine with multiple GPUs. If you want to use multiple machines, you can use DistributedDataParallel.