Pycharm, Tensorflow에서 Keras 설치하기.
너무나 간단하다.
(C:\ProgramData\Anaconda3) C:\Users\Administrator>activate tensorflow
(tensorflow) C:\Users\Administrator>pip install keras
Collecting keras
Downloading Keras-2.1.1-py2.py3-none-any.whl (302kB)
100% |################################| 307kB 1.1MB/s
Requirement already satisfied: numpy>=1.9.1 in c:\programdata\anaconda3\envs\tensorflow\lib\site-packages (from keras)
Collecting scipy>=0.14 (from keras)
Downloading scipy-1.0.0-cp35-none-win_amd64.whl (30.8MB)
100% |################################| 30.8MB 41kB/s
Requirement already satisfied: six>=1.9.0 in c:\programdata\anaconda3\envs\tensorflow\lib\site-packages (from keras)
Collecting pyyaml (from keras)
Downloading PyYAML-3.12-cp35-cp35m-win_amd64.whl (195kB)
100% |################################| 204kB 2.1MB/s
Installing collected packages: scipy, pyyaml, keras
Successfully installed keras-2.1.1 pyyaml-3.12 scipy-1.0.0
(tensorflow) C:\Users\Administrator>
'TensorFlow OpenCV' 카테고리의 다른 글
darknet DEBUG BUILD 오류 해결 2018. 1. 16. (0) | 2019.10.05 |
---|---|
마이크로 소프트의 CNTK 설치할 때 환경 변수 지정. 2017. 12. 1. 10:48 (0) | 2019.10.05 |
tensorflow 타코트론~ 핫핫핫. 잘 안 됩니다. 후히히 2017. 11. 19. (0) | 2019.10.05 |
Tensorflow 처리 속도 비교. GTX660, GTX1080ti 2017. 10. 26. 1: (0) | 2019.10.05 |
텐서플로우 윈도우 설치할 때 고생하지 않으려면 2017. 5. 1. (0) | 2019.10.05 |