카테고리 없음

머신러닝시작: 텐서플로우 윈도우 설치 (anaconda, python, tensorflow)

EasyCoding 2021. 2. 23. 11:36
728x90

 

1. Install Anaconda

2. Open Anaconda terminal

3. pip install tensorflow

4. pyhton

 

import tensorflow as tf

tf.__version__

 

5. tensorflow module not found 뜨면 아나코다 지우고 다시 설치, (아나콘다말고 python을 따로 설치했다면 지워야함)

 

6. Could not load dynamic library 'cudart64_110.dll'

에러 발생하면 아래 드라이버 설치

developer.nvidia.com/cuda-11.0-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exenetwork

 

CUDA Toolkit 11.0 Download

Select Target Platform Click on the green buttons that describe your target platform. Only supported platforms will be shown. By downloading and using the software, you agree to fully comply with the terms and conditions of the CUDA EULA. Operating System

developer.nvidia.com