Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created June 29, 2021 11:31
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 jeetaf/15889b158b407f0c802c5762b65cecc1 to your computer and use it in GitHub Desktop.
Save jeetaf/15889b158b407f0c802c5762b65cecc1 to your computer and use it in GitHub Desktop.
history = model.fit(x_train, y_train, epochs=epochs, validation_data=(x_test, y_test), verbose=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment