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 b5b8c68 commit 9ce5227Copy full SHA for 9ce5227
2DNoisyXORDemo.py
@@ -21,7 +21,7 @@
21
stop = time()
22
23
average += ctm.evaluate(X_test, Y_test)
24
- print("%d: %.2f %.1f\n" % (i+1, 100*average/(i+1), stop-start))
+ print("%d: %.2f %.1f" % (i+1, 100*average/(i+1), stop-start))
25
26
27
0 commit comments