Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Devanshchowdhury2212/08f6bb908d5d9f45af9349594ba55876 to your computer and use it in GitHub Desktop.
Save Devanshchowdhury2212/08f6bb908d5d9f45af9349594ba55876 to your computer and use it in GitHub Desktop.
model = keras.models.load_model('LSTM.h5')
model.evaluate(X_train,y_train)
model.evaluate(X_val,y_val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment