Notice
Recent Posts
Recent Comments
Link
- Today
- Total
엔지니어스 - Engineeus
[Windows] cudart64_100.dll 문제 본문
Autonomous Tech./Error (Windows & Ubuntu)
[Windows] cudart64_100.dll 문제
Engineeus 2019. 12. 29. 18:54728x90
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을 깔아서 상향이라는 말 같네요. 구글링을 하다가 아래 사이트를 보니 해결책이 있습니다.
해결책
1. cudart64_100.dll을 다운 받는다. (링크로 받으셔도 되고 아래 첨부로 받으셔도 됩니다.)
https://www.joe0.com/wp-content/uploads/2019/10/cudart64_100.dll_.zip
2. C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin <- 여기에 붙여넣습니다.
그담 다시 진행 하세요~~
'Autonomous Tech. > Error (Windows & Ubuntu)' 카테고리의 다른 글
ubuntu - ubuntu virtual box shared folder doesn't work (0) | 2020.06.10 |
---|---|
[Windows] 포맷 후 HDD(D드라이브)가 없어졌을때 (2) | 2020.04.08 |
[Jetson TX2] Yolo 메모리 죽을때(killed) (0) | 2020.03.29 |
[Ubuntu] pip3 버전 문제 해결하기 (0) | 2020.01.28 |
[Windows] Tensorflow GPU 문제 (0) | 2019.12.30 |
Comments