소개
소개글이 비어있어요
게시글
질문&답변
ImportError: `save_model` requires h5py.
https://stackoverflow.com/questions/43385565/importerrorsave-weights-requires-h5py/47856532 위 내용 참고하여 해결했습니다.
- 0
- 3
- 1.4K
질문&답변
ImportError: `save_model` requires h5py.
해당 영상에서 나오는 코드 중 history = model.fit(x_train, y_train, validation_data = (x_test, y_test), epochs = epochs, batch_size = batch_size, callbacks = [monitor_val_lose, modelCheckpoint] ) callbacks modelCheckpoint부분에서 발생하는 오류입니다.
- 0
- 3
- 1.4K