Add one more empty line between progress reports.

This commit is contained in:
Tomasz Sobczyk
2020-10-14 19:59:41 +02:00
committed by nodchip
parent 5856237e3f
commit e503cc4ea8

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
{