Skip to content

Instantly share code, notes, and snippets.

@ferrygun
Last active June 11, 2020 01:17
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/732380ab95522a111ce687c1ce790438 to your computer and use it in GitHub Desktop.
Save ferrygun/732380ab95522a111ce687c1ce790438 to your computer and use it in GitHub Desktop.
history = model.fit(X_train, np.array(y_train),
batch_size=32,
epochs=10,
validation_split=0.2,
verbose=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment