Created
March 18, 2020 09:34
-
-
Save frenzy2106/b51eb7dae55e32a9e25c908b44caf752 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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