"윈도우 아나콘다 Keras 설치"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 7개는 보이지 않습니다)
4번째 줄: 4번째 줄:


==사전작업==
==사전작업==
* [[윈도우 아나콘다 TensorFlow 설치]]
* [[윈도우 아나콘다 설치]]
* [[윈도우 아나콘다 TensorFlow 설치]] (권장)


==설치==
==설치==
* {{키|Win}} --- 모든 프로그램 --- Anaconda3 (64-bit) --- Anaconda Prompt 실행
* {{키|Win}} --- 모든 프로그램 --- Anaconda3 (64-bit) --- Anaconda Prompt 실행
<source lang='doscon'>
<syntaxhighlight lang='doscon'>
(C:\ProgramData\Anaconda3) C:\Users\jmnote>activate tensorflow
(base) C:\Users\jmnote>pip install keras
Collecting keras
  Downloading Keras-2.4.3-py2.py3-none-any.whl (36 kB)
Requirement already satisfied: h5py in c:\users\jmnote\anaconda3\lib\site-packages (from keras) (2.10.0)
Collecting pyyaml
  Downloading PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)
    |████████████████████████████████| 213 kB 939 kB/s
Requirement already satisfied: numpy>=1.9.1 in c:\users\jmnote\anaconda3\lib\site-packages (from keras) (1.19.5)
Collecting scipy>=0.14
  Downloading scipy-1.6.1-cp38-cp38-win_amd64.whl (32.7 MB)
    |████████████████████████████████| 32.7 MB 3.3 MB/s
Requirement already satisfied: six in c:\users\jmnote\appdata\roaming\python\python38\site-packages (from h5py->keras) (1.15.0)
Installing collected packages: scipy, pyyaml, keras
Successfully installed keras-2.4.3 pyyaml-5.4.1 scipy-1.6.1
</syntaxhighlight>


(tensorflow) C:\Users\jmnote>pip install keras
==확인==
Collecting keras
<syntaxhighlight lang='doscon'>
  Downloading Keras-2.1.2-py2.py3-none-any.whl (304kB)
(base) C:\Users\jmnote>pip list --format=columns | findstr Keras
    100% |████████████████████████████████| 307kB 14kB/s
Keras                  2.4.3
Requirement already satisfied: numpy>=1.9.1 in c:\programdata\anaconda3\envs\ten
Keras-Preprocessing    1.1.2
sorflow\lib\site-packages (from keras)
</syntaxhighlight>
Collecting pyyaml (from keras)
  Downloading PyYAML-3.12.tar.gz (253kB)
    100% |████████████████████████████████| 256kB 24kB/s
Collecting scipy>=0.14 (from keras)
  Downloading scipy-1.0.0-cp36-none-win_amd64.whl (30.8MB)
    100% |████████████████████████████████| 30.8MB 18kB/s
Requirement already satisfied: six>=1.9.0 in c:\programdata\anaconda3\envs\tenso
rflow\lib\site-packages (from keras)
Building wheels for collected packages: pyyaml
  Running setup.py bdist_wheel for pyyaml ... done
  Stored in directory: C:\Users\jmnote\AppData\Local\pip\Cache\wheels\2c\f7\79\
13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc
Successfully built pyyaml
Installing collected packages: pyyaml, scipy, keras
Successfully installed keras-2.1.2 pyyaml-3.12 scipy-1.0.0
</source>


==같이 보기==
==같이 보기==
42번째 줄: 41번째 줄:
* https://github.com/antoniosehk/keras-tensorflow-windows-installation
* https://github.com/antoniosehk/keras-tensorflow-windows-installation


[[분류: Python Anaconda]]
[[분류:Anaconda]]
[[분류: Keras]]
[[분류:Keras]]

2021년 3월 11일 (목) 02:02 기준 최신판

1 개요[ | ]

윈도우 아나콘다 Keras 설치
윈도우 아나콘다 케라스 설치

2 사전작업[ | ]

3 설치[ | ]

  • Win --- 모든 프로그램 --- Anaconda3 (64-bit) --- Anaconda Prompt 실행
(base) C:\Users\jmnote>pip install keras
Collecting keras
  Downloading Keras-2.4.3-py2.py3-none-any.whl (36 kB)
Requirement already satisfied: h5py in c:\users\jmnote\anaconda3\lib\site-packages (from keras) (2.10.0)
Collecting pyyaml
  Downloading PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)
     |████████████████████████████████| 213 kB 939 kB/s
Requirement already satisfied: numpy>=1.9.1 in c:\users\jmnote\anaconda3\lib\site-packages (from keras) (1.19.5)
Collecting scipy>=0.14
  Downloading scipy-1.6.1-cp38-cp38-win_amd64.whl (32.7 MB)
     |████████████████████████████████| 32.7 MB 3.3 MB/s
Requirement already satisfied: six in c:\users\jmnote\appdata\roaming\python\python38\site-packages (from h5py->keras) (1.15.0)
Installing collected packages: scipy, pyyaml, keras
Successfully installed keras-2.4.3 pyyaml-5.4.1 scipy-1.6.1

4 확인[ | ]

(base) C:\Users\jmnote>pip list --format=columns | findstr Keras
Keras                  2.4.3
Keras-Preprocessing    1.1.2

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}