Skip to content

Commit e0ee089

Browse files
committed
Speed up batch run by just training the digits.
1 parent 5eaddab commit e0ee089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

q2_tensorflow_mnist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def computeSize(s,tens):
324324
sess.close()
325325

326326

327-
if False:
327+
if True:
328328
# single font train
329329

330330
# esamples

0 commit comments

Comments
 (0)