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 6e4ccd9 commit 4a9e96eCopy full SHA for 4a9e96e
04 - MNIST/01 - MNIST.py
@@ -45,7 +45,7 @@
45
batch_size = 100
46
total_batch = int(mnist.train.num_examples / batch_size)
47
48
-for epoch in range(30):
+for epoch in range(15):
49
total_cost = 0
50
51
for i in range(total_batch):
0 commit comments