티스토리 뷰
Keras의 load_model() 함수 이용 시에 이러한 에러가 발생했다.
h5py가 3 버전일 때에 발생하는 에러라고 한다.
해결 방법은 h5py를 2 버전으로 다운그레이드해준다. > pip install h5py==2.10.0
반응형
'에러 해결' 카테고리의 다른 글
[에러해결] 'RuntimeError: CUDA out of memory.' (0) | 2021.04.13 |
---|---|
[에러 해결] NotImplementedError: Cannot convert a symbolic Tensor to a numpy array (0) | 2021.03.01 |
[에러해결] TypeError: write() argument must be str, not bytes (0) | 2021.01.31 |
[에러 해결] AttributeError: module 'tensorflow' has no attribute 'Summary' (0) | 2020.12.29 |
[에러 해결] 'implicit declaration of function' (0) | 2020.09.22 |
댓글