You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled this project on Windows 10, with python 3.5 and tensorflow gpu 1.12.0.
Tensorflow work correctly with CUDA and GPU on my PC, but starting a train on this project seem the CUDA and GPU are disabled. There is a reason? Is it possible to enable it?
The text was updated successfully, but these errors were encountered:
Our networks are fairly small, so they don't benefit as much from GPU accelerations, so for the most part we just train on the CPU. Also tensoflow-gpu doesn't play well with multiprocessing using MPI, and need some additional overhead to have multiple processes share a GPU.
I compiled this project on Windows 10, with python 3.5 and tensorflow gpu 1.12.0.
Tensorflow work correctly with CUDA and GPU on my PC, but starting a train on this project seem the CUDA and GPU are disabled. There is a reason? Is it possible to enable it?
The text was updated successfully, but these errors were encountered: