Move the extra new line to after check health.

This commit is contained in:
Tomasz Sobczyk
2020-10-14 21:58:25 +02:00
committed by nodchip
parent 9023edc3c8
commit 69ea3d30b2
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -903,10 +903,6 @@ namespace Learner
<< " , learn_entropy = " << learn_sum_entropy / done
<< endl;
}
// Bigger space between progress reports so that they can be more
// easly disinguished. Looking for timestamps is hard.
cout << endl;
}
else
{