Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created August 30, 2021 09:58
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 siddharthganjoo/d7a3a41bc96a60f825ef4f478a0dafc3 to your computer and use it in GitHub Desktop.
Save siddharthganjoo/d7a3a41bc96a60f825ef4f478a0dafc3 to your computer and use it in GitHub Desktop.
history= model.fit(X_train, y_train, batch_size=20, epochs=100, verbose=1, validation_data=(X_test, y_test), callbacks=[model_save])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment