inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

J S님의 게시글

J S J S

@tjdwodyd77121800

수강평 작성수
-
평균평점
-

게시글 2

질문&답변

ImportError: `save_model` requires h5py.

https://stackoverflow.com/questions/43385565/importerrorsave-weights-requires-h5py/47856532 위 내용 참고하여 해결했습니다.

좋아요수
0
댓글수
3
조회수
1500

질문&답변

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
조회수
1500