We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b6162 + 8d068c8 commit 06e3443Copy full SHA for 06e3443
machine_learning/neural_networks/cnn_mnist.py
@@ -70,3 +70,4 @@
70
# Evaluate the model on test data
71
test_loss, test_acc = model.evaluate(x_test, y_test, verbose=2)
72
print(f"\nTest accuracy: {test_acc}")
73
+
0 commit comments