Skip to content

Instantly share code, notes, and snippets.

@ferrygun
Last active June 8, 2020 12:08
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 ferrygun/1fed8b8127cdae3fe10b349cb5ab9965 to your computer and use it in GitHub Desktop.
Save ferrygun/1fed8b8127cdae3fe10b349cb5ab9965 to your computer and use it in GitHub Desktop.
num_epochs = 10
history = model.fit(train_padded, training_label_seq, epochs=num_epochs, validation_data=(validation_padded, validation_label_seq), verbose=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment