Skip to content

Commit 00f7f7c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 490e585 commit 00f7f7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

machine_learning/neural_networks/cnn_mnist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@
7070
# Evaluate the model on test data
7171
test_loss, test_acc = model.evaluate(x_test, y_test, verbose=2)
7272
print(f"\nTest accuracy: {test_acc}")
73-

0 commit comments

Comments
 (0)