Skip to content

Instantly share code, notes, and snippets.

@afozbek
Created January 28, 2019 20:24
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 afozbek/f6b0252532f2f015be1a0e37b8be921e to your computer and use it in GitHub Desktop.
Save afozbek/f6b0252532f2f015be1a0e37b8be921e to your computer and use it in GitHub Desktop.
medium
history = model.fit(X_train, y_train, validation_split=0.1, epochs=10, batch_size=200,
verbose=1, shuffle=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment