CUDA not using the GPU #43
-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi, thanks! :) Probably your issue comes from the fact you are using a virtual machine? On my laptop, running both the worker (with trackmania) and the trainer (with CUDA enabled), the trainer uses CUDA alright: (this is Windows but I usually have the trainer run remotely on a Linux machine) Probably you didn't miss that, but just to double-check, in the "CUDA_TRAINING": true,
"CUDA_INFERENCE": false, (Inference is for the worker, training is for the trainer) Maybe on your virtual machine you can start by double-checking that pytorch finds CUDA:
|
Beta Was this translation helpful? Give feedback.
Yeah that's you issue then. If you can, I recommend using anaconda and their CUDA version of pytorch, this usually fixes this kind of issues (although not sure on a VM):