Skip to content

Instantly share code, notes, and snippets.

@jvmncs
Created October 24, 2019 13:21
Show Gist options
  • Save jvmncs/f4e2e39f95e0d026333d967792032485 to your computer and use it in GitHub Desktop.
Save jvmncs/f4e2e39f95e0d026333d967792032485 to your computer and use it in GitHub Desktop.
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