Change the GPU in a single GPU Training #497
-
Hi, I'm running on a cluster with four GPUs, which is being utilized by other users, and I'd like to select another GPU rather than the 0. I saw in the explanation that it is possible for the multi-GPU training, but how can I do it in a single-GPU training? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Answered by
FabianIsensee
Feb 3, 2021
Replies: 1 comment 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
FabianIsensee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
CUDA_VISIBLE_DEVICES=X nnUNet_train 3d_fullres nnUNetTrainerV2 TASKID FOLD
is what you should use.
Best,
Fabian