Answered
I Have A Set Up An Agent, On A Gpu Machine, And Spun Up The Daemon In Docker Moder, And Specifically Specified A Gpu That It Will Work With. The Image Is Okay And I Verified That By Running
I have a set up an agent, on a GPU machine, and spun up the daemon in docker moder, and specifically specified a GPU that it will work with. The image is okay and I verified that by running docker run ... nvidia-smi
and made sure it does have a valid output.
When I launch a task from an environment without GPU and use the task.execute_remotely
to execute it on the agent, the agent pulls the task but the code does not run on the GPU (TensorFlow code). Could this be because the TF installed on the environment executing the line task.execute_remotely
is the CPU version and therefor to replicate trains installs the same CPU variant instead of GPU? Or something else could be wrong here?
Show more results
replies
20K Views
32
Answers
4 years ago
7 months ago
Tags
Similar posts