Brummi / MonoRec

Official implementation of the paper: MonoRec: Semi-Supervised Dense Reconstruction in Dynamic Environments from a Single Moving Camera (CVPR 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi card training

ChauChorHim opened this issue · comments

Hi!
The training process takes longer than I expect. Is it possible to use multi card in one machine to train the model?
I tried to add --device in the args but still only one card is working.
Thank you!

Hi,
sorry for the late reply!
Only the bootstrap models can be trained on multiple GPUs. Here, you have to specify it in the config files as n_gpu.
Best,
Felix