tensorflow gpu is only running on CPU
问题 I installed Anaconda-Navigatoron Windows 10 and all necessary Nvidia/Cuda packages, created a new environment called tensorflow-gpu-env, updated PATH information, etc. When I run a model (build by using tensorflow.keras ), I see that CPU utilization increases significantly, GPU utilization is 0%, and the model just does not train. I run a couple of tests to make sure how things look: print(tf.test.is_built_with_cuda()) True The above output ('True') looks correct. Another try: from tensorflow