Skip to content

Instantly share code, notes, and snippets.

@AkiyonKS
Created August 9, 2022 05:03
Show Gist options
  • Save AkiyonKS/214647048dc7b93553ad00eb4dba3b86 to your computer and use it in GitHub Desktop.
Save AkiyonKS/214647048dc7b93553ad00eb4dba3b86 to your computer and use it in GitHub Desktop.
model_datetime = "20220721_123305"
model_filename = "model_train_" + model_datetime
model_path = "../models/" + model_filename + ".h5"
model = keras.models.load_model(model_path)
model.summary()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment