nerfplusplus
nerfplusplus copied to clipboard
How to specify which gpu to use for training
If I want to train only with the num'2' and num'3' gpus, how should i change the code? thank you very much!
In linux command line, train with "CUDA_VISIBLE_DEVICES=2,3 python ddp_train_nerf.py xxxxxx "