따라서 git을 설치해야 설치가능. (1~2는 이를 위한것, 3번은 keras-tuner설치)
1. chocolatey 설치 (pip 같은거)
https://chocolatey.org/install#install-with-cmdexe
2. git 설치
- cmd 창에
choco install git
refreshenv
3. Keras tuner 설치
- cmd 창에 아래 입력
git clone https://github.com/keras-team/keras-tuner.git
cd keras-tuner
pip install .
참고 : https://github.com/keras-team/keras-tuner끗!
마아아안약에 3번 마지막에 설치할 때 wrapt을 제거하라 수 없어 설치가 부분적으로 되었다 이런말이 뜨면
pip install wrapt --upgrade --ignore-installed
이거 한다음 pip install . 하면됨!
호오오옥시 설치하고 나서 numpy를 import할수 없니 마니 이런거 뜨면
numpy 버전업그레이드를 시켜줘야한다.
나의 경우
pip install numpy==1.16.0
pip install setuptools==41.0.0
해줌!
tensorflow 낮은 버전 사용하면 아마
Limited tf.compat.v2.summary API due to missing TensorBoard installation.
이런거 뜨는데나의 경우
pip install tensorflow==2.0.0rc1
하니까 이런 오류안뜸!
댓글 없음:
댓글 쓰기