Skip to content

Instantly share code, notes, and snippets.

@frenzy2106
Created March 18, 2020 09:34
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 frenzy2106/b51eb7dae55e32a9e25c908b44caf752 to your computer and use it in GitHub Desktop.
Save frenzy2106/b51eb7dae55e32a9e25c908b44caf752 to your computer and use it in GitHub Desktop.
# Train the model
model.fit(X_train,y_train,batch_size=10,epochs=2, verbose=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment