[tensorflow] Cannot register 2 metrics with the same name: /tensorflow/api/keras/optimizers
2021/11/05 기준 keras 최신 버전 충돌 버그
Cannot register 2 metrics with the same name: /tensorflow/api/keras/optimizers
구버전 설치로 해결
pip install keras==2.6.0
끝.
0 댓글