When I try to evaluate the LSTM model loaded by tf.keras.models.load_model():
best_model = load_model(FLAGS.model_path) best_model.evaluate(test)