Open xiaosa269 opened 2 months ago
Hello, thank you very much for your work. My server has two GPUs, but the first one is currently in use by someone else. How can I configure your program to run on the second GPU?
# 0 - the first GPU; 1 - the second GPU export CUDA_VISIBLE_DEVICES=1 sh script/train.sh -g 1 -d XXX -c XXX -n XXX
为啥显存在第二个GPU上训练,但是现存还是用第一张卡的?
Hello, thank you very much for your work. My server has two GPUs, but the first one is currently in use by someone else. How can I configure your program to run on the second GPU?