model = keras.models.load_model("model-whole.h5") model.evaluate(val_scaled, val_target) .h5 파일에 저장한 모델을 다시 불러오려다 에러가 발생했다. 발생한 에러는 다음과 같다. WARNING:tensorflow:No training configuration found in the save file, so the model was *not* compiled. Compile it manually. --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[54],..