Closed yw155 closed 6 years ago
Hi, I would like to ask that how to select specific GPUs for training in scripts. And I see the memory utilization of multiple GPUs are not the same. Does anyone know how to choose and how to balance the memory utilization? Thanks.
Now I know how to choose GPU, it is like this: CUDA_VISIBLE_DEVICES=2,3 python3 train.py -e test_run_001 Thanks.
Hi, I would like to ask that how to select specific GPUs for training in scripts. And I see the memory utilization of multiple GPUs are not the same. Does anyone know how to choose and how to balance the memory utilization? Thanks.