336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Could not find 'cudart64_80.dll'
위 에러가 발생 한 시점은
tensorflow-gpu를 설치 한 후, tensorflow를 import 시켰을 때 발생 했다.
참고로, Python 3.6 버전에 tensorflow 1.4.0 이었으며,
CUDA9.0 버전 입니다.
저 같은 경우 CUDA bin 폴더를 환경 변수에 넣어 줬더니 문제 없이 진행 되었습니다.
참고 : https://devtalk.nvidia.com/default/topic/993703/cudart64_80-dll-is-missing/
저 같은 경우 아래 경로 입니다.
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\bin
환경 변수 추가 하는 방법 까지는 머 다들 아실 꺼라 여기까지만..ㅎ
참고하세요.
'나의 플랫폼 > TensorFlow' 카테고리의 다른 글
[Tensorflow] CentOS 7.0 에서 Tensorflow 설치 (0) | 2018.02.02 |
---|---|
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 (0) | 2017.12.27 |
[Python] UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 6987: illegal multibyte sequence (0) | 2017.11.24 |
[Machine Learning] Gradient Descent 공식 미분 (1) | 2017.11.21 |
[TensorFlow] TensorFlow를 윈도우에 설치하기 (39) | 2016.12.23 |