새로운 컴퓨터에 텐서플로우를 설치하고 케라스로 학습을 하는 도중 엄청 느리다는 사실을 깨달았다. 알고보니 아래와 같은 에러가 발생하고 있었다. 에러 로그 2020-12-09 15:06:03.690810: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudnn64_7.dll'; dlerror: cudnn64_7.dll not found 2020-12-09 15:06:03.690901: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1598] Cannot dlopen some GPU libraries. Please make sure the..
tensorflow를 최신 버전으로 설치하였으면 GPU가 장착되지 않은 컴퓨터에서 tensorflow-gpu를 pip로 인스톨하지 않았는데도 cudart64_101.dll을 로드 하지 못했다는 에러 메세지를 볼 수 있다. 2020-07-31 23:23:48.633058: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found 2020-07-31 23:23:48.633232: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above c..