Closed sunian6183 closed 3 years ago
where to set cude device for choosing which one GPU to run ?
Do you mean when you have more than one GPU? It's the same as other programs
export CUDA_VISIBLE_DEVICES=1
or
CUDA_VISIBLE_DEVICES=1 ./demo <all the param>
Closing for inactivity
where to set cude device for choosing which one GPU to run ?