Add one more empty line between progress reports.

This commit is contained in:
Tomasz Sobczyk
2020-10-17 00:13:50 +09:00
committed by nodchip
parent 5856237e3f
commit e503cc4ea8
+4
View File
@@ -903,6 +903,10 @@ 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
{