반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

tensorflow install 본문

[AI]/python.tensorflow

tensorflow install

givemebro 2020. 5. 11. 10:49
반응형
# python 3.6 version 기준 1.12.0 version이 호환이 잘 됨

# anacoda를 관리자 권한으로 실행 후 아래 명령어 입력
pip install tensorflow==1.12.0
# 잘 되었나 확인하는 방법

import tensorflow as tf
반응형

'[AI] > python.tensorflow' 카테고리의 다른 글

tensorflow.분류(중간층).relu,sigmoid 비교  (0) 2020.05.12
tensorflow.분류(중간층X)  (0) 2020.05.12
tensorflow.placeholder  (0) 2020.05.11
tensorflow.irisdata적용  (0) 2020.05.11
tensorflow.optimizer  (0) 2020.05.11
tensorflow.행렬곱,전치행렬  (0) 2020.05.11
tensorflow.Session/InteractiveSession  (0) 2020.05.11
tensorflow.basic  (0) 2020.05.11
Comments