출처 :
http://blog.naver.com/wideeyed/221137846538
https://tensorflow.blog/category/tensorflow/
참고로 Tensorflow 1.4.1 (Latest)는 문제가 많다. 포럼에서도 1.4.0을 깔라고 추천을 해준다.
큰 문제는 아니지만, 그래도 껄끄러우니...
>>> import tensorflow as tf
를 실행하면 아래와 같은 Warning Message가 뜬다.
RuntimeWarning: compiletime version 3.5 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.6
참조 : https://github.com/tensorflow/tensorflow/issues/14273
Tensorflow 1.4.0의 Link는
https://github.com/lakshayg/tensorflow-build
이다.
그러므로, tensorflow 작업환경 안에서
$ pip install --ignore-installed --upgrade https://github.com/sigilioso/tensorflow-build/raw/master/tensorflow-1.4.0-cp36-cp36m-linux_x86_64.whl
을 실행 해주어야 한다.
※ 주의
$ pip install tensorflow
를 하면, 1.4.1(Latest)가 설치됨.
'건설 정보 > Working Tool' 카테고리의 다른 글
Ubuntu Package 관련 명령어 (0) | 2017.12.10 |
---|---|
Tensorflow backend로 Keras 설치 (0) | 2017.12.10 |
Qualcomm QCA6174 Wireless/Bluetooth Driver 문제 해결 (0) | 2017.12.09 |
Ubuntu - root 계정으로 로그인 및 자동로그인 가능하게 하기 (0) | 2017.12.09 |
Ubuntu 16.04 LTS Troubleshooting (0) | 2017.12.09 |
댓글