Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Created November 5, 2018 00:56
Show Gist options
  • Save WillKoehrsen/e24ef6c94d5549e716a0b354e1d7cd9d to your computer and use it in GitHub Desktop.
Save WillKoehrsen/e24ef6c94d5549e716a0b354e1d7cd9d to your computer and use it in GitHub Desktop.
history = model.fit(X_train, y_train,
batch_size=2048, epochs=150,
callbacks=callbacks,
validation_data=(X_valid, y_valid))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment