목차
Keras-contrib 패키지는 기본 Keras 라이브러리에는 저장되어 있지 않기 때문에 pip으로 바로 설치할 수 없다.
다음의 코드로 설치를 진행한다.
pip install git+https://www.github.com/keras-team/keras-contrib.git
혹은 requirements.txt에 keras-contrib 대신 다음으로 저장
git+https://www.github.com/keras-team/keras-contrib.git
'machine learning' 카테고리의 다른 글
간단한 GAN 모델 트레이닝 - MNIST dataset (0) | 2024.07.08 |
---|---|
Tensorboard 사용하기 (0) | 2024.07.08 |
AttributeError: module 'tensorflow' has no attribute 'Summary' (0) | 2024.07.08 |
특정 파이썬 버전으로 가상환경 설치하기 (0) | 2024.07.08 |
python으로 새로운 가상환경 만들기 (0) | 2024.07.07 |