Skip to content

Instantly share code, notes, and snippets.

@IamRash-7
Created August 22, 2021 04:38
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 IamRash-7/1cf390ee64211b8feca61a45b87e52a8 to your computer and use it in GitHub Desktop.
Save IamRash-7/1cf390ee64211b8feca61a45b87e52a8 to your computer and use it in GitHub Desktop.
# Train the model
history = model.fit(x_train, y_train, epochs=75, batch_size=32, verbose=2,
validation_data=(x_valid, y_valid),
callbacks=[checkpointer,lr_reduction])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment