# Study/[ # TroubleShooting ]

[Error/허언증] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found

이론과 실습 사이 2020. 3. 8. 14:44
반응형

안녕하세요 허언증입니다.

 

 

"CUDA cudart64_100.dll " Error 문구가 발생 한다면?

 

CUDA 버전이 10.0 이하면 cudart64_100.dll 해당 파일을 사용하는데 없기 때문에  발생 

 

 

 

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. 위 사이트에 방문하셔서 다운 받고 

 

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

 

cudart64_100.dll
0.40MB

 

3. 그리고 환경변수 설정을 합시다 (Path)

제어판 -> 시스템 -> 고급 시스템 설정 -> 환경 변수 -> path 에다  C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin 추가!

 

반응형