머신러닝
[ML] 윈도우 tensorflow 설치
skydev
2020. 9. 18. 14:14
# 설치 파일 버전
python-3.5.3-amd64.exe
Anaconda3-4.2.0-Windows-x86_64.exe
# anaconda prompt창 명령어
python -m pip install --upgrade pip
conda create -n tensorflow python=3.5
activate tensorflow
pip install tensorflow==2.0 --no-cache-dir