summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-09-07 11:14:05 -0500
committerAnthony Wang2021-09-07 11:14:05 -0500
commit7b74d95944bf487d60d46ad53fe8fc3e6c6c52b5 (patch)
tree76515be649be891245ca8756fd0937f6e79fc1f6
parent25674c77f58b0b1dd96a4199b8e30178b64198cc (diff)
Revert "Add latest code"
This reverts commit e4cd369668544d81f8feef17d1eaa03814826817.
-rw-r--r--mnist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mnist.py b/mnist.py
index b11dcba..8ab8614 100644
--- a/mnist.py
+++ b/mnist.py
@@ -128,4 +128,3 @@ plt.xlabel("No. of Iteration")
plt.ylabel("Accuracy")
plt.title("Iterations vs Accuracy")
plt.savefig("accuracy.png")
-