GPU usage from the container ¶
By: alejandro.morar on Nov. 8, 2023, 11:58 a.m.
Dear organizers,
What should we include in our process.py script in order to enable the GPU from the virtual machine? Doing torch.device("cuda:0")
does not work, it says there is no such device.
Thanks