Open NBarile opened 1 year ago
Hi @NBarile , I see how you launch your code, but how do you run your clearml-agent?
Oh I run it in Command prompt (cmd)
Like : clearml-agent daemon --gpu 0 --queue myqueue
Hi @NBarile, I see you're running it not in docker mode. The agent cannot install CUDA, and you must have CUDA installedin your system if you'd like ti to be used. The easier way to do that is to use docker mode and use a docker container with a preinstalled CUDA version.
Ok, I gonna try with Docker. Thanks @jkhenning !
But I notice my system have CUDA installed.
Hello there !
I come to you because I try to run and enqueue different yolo training remotly with clearml-agent, the task run correctly BUUUUUT, yolo doesn't run in GPU mode ...
So, have you any idea how to install CUDA (if it's the problem) in the environment created by my clearml-agent ?
I launch my agent with this code :
Well, if you need more informations, please ask me.
Thanks !