Add dots to output every epoch for progress visualization.

This commit is contained in:
Tomasz Sobczyk
2020-10-27 20:58:58 +01:00
committed by nodchip
parent f81fa3d712
commit 680654b254

View File

@@ -244,6 +244,10 @@ namespace Eval::NNUE {
<< " , batch_size = " << batch_size
<< " , grad_norm = " << gradient_norm
<< std::endl;
} else {
// Display some progress but don't synchronize as
// we can't really decide when to release the output lock here
std::cout << '.';
}
send_messages({{"quantize_parameters"}});