Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Archives
Today
Total
관리 메뉴

Tason

[Deep learning] AttributeError: 'ModelCheckpoint' object has no attribute '_implements_train_batch_hooks' 오류 본문

AI/Deep Learning

[Deep learning] AttributeError: 'ModelCheckpoint' object has no attribute '_implements_train_batch_hooks' 오류

Yan g 2020. 7. 12. 02:33

 AttributeError: 'ModelCheckpoint' object has no attribute '_implements_train_batch_hooks''  오류





keras callback 사용 중에 오류가 발생했습니다.


import 부분을 살펴보면 위와 같이 선언되어 있습니다. 


keras 앞에 tensorflow를 명시해줍니다.


Comments