엔지니어스 - Engineeus

[Windows] cudart64_100.dll 문제 본문

Autonomous Tech./Error (Windows & Ubuntu)

[Windows] cudart64_100.dll 문제

Engineeus 2019. 12. 29. 18:54
728x90

Tensoflow 깔다 아래와 같은 이슈가 발견 되었습니다.

 

>>> import tensorflow as tf
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을 깔아서 상향이라는 말 같네요. 구글링을 하다가 아래 사이트를 보니 해결책이 있습니다.

https://www.joe0.com/2019/10/19/how-resolve-tensorflow-2-0-error-could-not-load-dynamic-library-cudart64_100-dll-dlerror-cudart64_100-dll-not-found/

 

How to resolve TensorFlow 2.0 Error – Could not load dynamic library ‘cudart64_100.dll’ – Jozef Jarosciak Blog

Recently I came across an issue while building ANN with TensorFlow 2.0, where IntelliJ complained about not being able to load the dynamic library ‘cudart64_100.dll’. The below instructions outline the approach for fixing the issue and would apply also to

www.joe0.com

 

해결책

 

1. cudart64_100.dll을 다운 받는다. (링크로 받으셔도 되고 아래 첨부로 받으셔도 됩니다.)

https://www.joe0.com/wp-content/uploads/2019/10/cudart64_100.dll_.zip

cudart64_100.dll
0.40MB

2. C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin <- 여기에 붙여넣습니다.

 

그담 다시 진행 하세요~~

Comments