Tensorflow-GPU: cud
-
import tensorflow as tf
gibt den Fehler
ImportError: Could not find 'cudart64_90.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 9.0 from this URL: https://developer.nvidia.com/cuda-toolkit
obwohl der Pfad mit dieser DLL im PATH ist. Was kann man da machen?
-
mit dem dependency walker die importierte dll laden und schauen woran es scheitert.
-
Es fehlen API-MS-WIN-CORE-APIQUERY-L1-1-0.DLL und andere. Google findet dazu https://stackoverflow.com/questions/36240215/dependency-walker-missing-dlls
Muss ich irgendein VS Redistributable installieren?