출처 :
http://tmmse.xyz/2017/03/01/tensorflow-keras-installation-windows-linux-macos/
Before installing Keras, please install one of its backend engines: TensorFlow, Theano, or CNTK. We recommend the TensorFlow backend.
- TensorFlow installation instructions.
- Theano installation instructions.
- CNTK installation instructions.
Tensorflow가 있는 작업환경에서 다음 명령어 실행
$ pip install keras
만약, Memory error가 발생한다면 다음 명령어 실행
$ pip install keras --no-cache-dir
참조 : https://chirale.org/2017/01/15/memory-error-on-pip-install-solved/
제대로 작동하는지 Test 해보기
$ python
>>> import keras
Using TensorFlow backend.
'건설 정보 > Working Tool' 카테고리의 다른 글
Vim insatll error 관련 (0) | 2017.12.10 |
---|---|
Ubuntu Package 관련 명령어 (0) | 2017.12.10 |
Anaconda 활용하여 Tensorflow 설치하기 (0) | 2017.12.09 |
Qualcomm QCA6174 Wireless/Bluetooth Driver 문제 해결 (0) | 2017.12.09 |
Ubuntu - root 계정으로 로그인 및 자동로그인 가능하게 하기 (0) | 2017.12.09 |
댓글