On a multi-GPU machine used by multiple people for running Python code, like university clusters (in my case, the cluster offered by my university, University of Twente ), it’s important to specify which GPU to use when you want to run your code. By default, torch-based Machine Learning and...
How to specify the CUDA device for your Python Torch-based code
H