[Keras] 'str' object has no attribute 'decode' model.load_weights(path) 를 했을 때 생기는 에러로 에러명은 다음과 같이 나온다. 'str' object has no attribute 'decode' 원인 : 나의 경우는 h5py 버전이 3.1.0이였다 해결방법 : 2.10.0 버전으로 변경하면 된다. pip install h5py==2.10.0 AI | ML/코드 2021.06.22