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

How to train with two graphics cards?

sujuyu opened this issue · comments

Now I have two 1080TI graphics cards and want to use them together to speed things up, but I have no idea about changing the code. I wonder if the author can provide some inspiration. I will appreciate that if author can provide some inspiration.

Try the following command

python runner.py --gpu=0,1