Created
October 24, 2019 13:21
-
-
Save jvmncs/f4e2e39f95e0d026333d967792032485 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
model_ptr.fit(x_train_ptr, y_train_ptr, epochs=2) | |
# ==> Train on 60000 samples | |
# Epoch 1/2 | |
# 60000/60000 [==============================] - 2s 36us/sample - loss: 0.3008 - accuracy: 0.9129 | |
# Epoch 2/2 | |
# 60000/60000 [==============================] - 2s 32us/sample - loss: 0.1449 - accuracy: 0.9569 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment