구글 텐서플로우 설치
텐서플로우 위키 텐서플로우 공식 사이트https://www.tensorflow.org/ 텐서플로우 시작하기(GitHub) 윈도우즈에 아나콘다, 텐서플로 설치하기(tensorflow.blog) 1. 아나콘다 5.2버전(피이썬 3.6) 설치하기https://repo.anaconda.com/archive/Anaconda3-5.2.0-Windows-x86_64.exe 2. 콘다 및 파이썬 패키지 업데이트 (1) 프로그램 목록에서 Anaconda Prompt 실행 (2) conda 자체 업데이트 >conda update -n base conda (3) 파이썬 최신버전 업데이트 >conda update --all 3. 텐트플로우 설치하기(gpu 먼저 했다가 import 에러 발생하여 conda install 한 후..
2018.11.11