There was an error while loading. Please reload this page.
1 parent eca47d8 commit 050337cCopy full SHA for 050337c
2DNoisyXORDemo.py
@@ -21,7 +21,7 @@
21
stop = time()
22
23
average += ctm.evaluate(X_test, Y_test)
24
-print("%d: %.2 %.1fs" % (i+1, 100*average/(i+1), stop-start))
+print("%d: %.2f%% %.1fs" % (i+1, 100*average/(i+1), stop-start))
25
26
27
0 commit comments