Hi, I am using your code to run the lego example you provide. My GPU0 is used while GPU1 is free so I set device = torch.device("cuda:1" if torch.cuda.is_available() else "cpu") at the beginning of run_nerf.py. However, this doesn't seem to work for my second GPU:
Hi, I am using your code to run the lego example you provide. My GPU0 is used while GPU1 is free so I set
device = torch.device("cuda:1" if torch.cuda.is_available() else "cpu")
at the beginning ofrun_nerf.py
. However, this doesn't seem to work for my second GPU: