진행과정
- 코랩에 마운트
2. 클론 및 unzip
3. 필요한 requirements,setup 등 설치
4. 실행
에러 발생: AttributeError: module ‘keras.engine’ has no attribute ‘Layer’
5. 텐서플로우 버전 재설치
!pip3 uninstall keras-nightly
!pip3 uninstall -y tensorflow
!pip3 install keras==2.1.6
!pip3 install tensorflow==1.15.0
!pip3 install h5py==2.10.0
6. 설치 후 또 다른 에러
!pwd를 해 본 결과, 파일 경로 내에서 실행하고 있어서, 상위 폴더에서 실행
7. 재실행
시간 단축을 위해 steps_per_epoch과 epoch 임시 수정