Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created July 13, 2021 17:23
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/b541ca0029f31a61b7f23d9503610444 to your computer and use it in GitHub Desktop.
Save jeetaf/b541ca0029f31a61b7f23d9503610444 to your computer and use it in GitHub Desktop.
history = model.fit(X_train, y_train,
epochs=400,
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