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.
1 parent 490e585 commit 00f7f7cCopy full SHA for 00f7f7c
machine_learning/neural_networks/cnn_mnist.py
@@ -70,4 +70,3 @@
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