[Windows] Tensorflow 실행시 CUDA DLL 에러 해결 저번에 cudart64_100.dll 문제를 해결하고, Tensorflow를 1.15.0버전으로 올리고 나니 아래와 같은 메세지가 추가되었다. 2020-08-17 12:07:42.756807: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cublas64_100.dll'; dlerror: cublas64_100.dll not found 2020-08-17 12:07:42.760382: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cufft64_100.dll.. [Windows] cudart64_100.dll 문제 Tensorflow 설치 후, python을 실행하고 tensorflow를 import 하면 다음과 같은 에러가 발생하는 경우가 있다. 2019-12-29 18:39:37.326960: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found CUDA 10.0 이하에 있는 cudart64_100.dll을 요구하는데 10.1 이상 버전을 설치했을 때 나타나는 문제인 듯 하다. 아래는 참고 원문 링크이다. 참고 How to resolve TensorFlow 2.0 Error – Could not l.. 이전 1 다음