Closed SantaFlamel closed 8 years ago
Hi! I didn't manage to find in your code an option to choose the number of graphics card. If there is such an option, how to use it? Thank you in advance. Sincerely
You can use CUDA_VISIBLE_DEVICES=<id> th train.lua ... construction. This will select id device for computations.
CUDA_VISIBLE_DEVICES=<id> th train.lua ...
id
Hi! I didn't manage to find in your code an option to choose the number of graphics card. If there is such an option, how to use it? Thank you in advance. Sincerely