Hi everyone!
Using gpus
console parameter I can specify how many gpus to use for training. In my multi-GPU environment sometimes I need to use not the GPU[0], but GPU[1].
gpus
parameter seems to accept only integers. So, I wonder, how to specify that I want to use a specific GPU for training?