Hi all, Does somebody has faced with the followin...
# kotlindl
a
Hi all, Does somebody has faced with the following error?
2021-11-21 21:53:04.113570: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found
2021-11-21 21:53:04.115569: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cublas64_100.dll'; dlerror: cublas64_100.dll not found
2021-11-21 21:53:04.117848: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cufft64_100.dll'; dlerror: cufft64_100.dll not found
2021-11-21 21:53:04.119929: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'curand64_100.dll'; dlerror: curand64_100.dll not found
2021-11-21 21:53:04.122027: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cusolver64_100.dll'; dlerror: cusolver64_100.dll not found
2021-11-21 21:53:04.124127: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cusparse64_100.dll'; dlerror: cusparse64_100.dll not found
2021-11-21 21:53:04.124151: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudnn64_7.dll
2021-11-21 21:53:04.124170: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1641] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at <https://www.tensorflow.org/install/gpu> for how to download and setup the required libraries for your platform.
Skipping registering GPU devices...
2021-11-21 21:53:04.124207: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1159] Device interconnect StreamExecutor with strength 1 edge matrix:
2021-11-21 21:53:04.124216: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1165]      0
2021-11-21 21:53:04.124223: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1178] 0:   N
I work on WIN10 I have Nvidia CUDA libraries v11.5 installed in my system, but get this error anyway. And I have the next records in my %PATH% varibale:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.5\bin
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.5\libnvvp
z
I have the same issue running KotlinDL on Cuda 11 instead of cuda 10, please read the section Running KotlinDL on Gpu https://github.com/JetBrains/KotlinDL#running-kotlindl-on-gpu
a
Yep, my bad... Will follow the documentation. Thanks a lot!