mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Add dots to output every epoch for progress visualization.
This commit is contained in:
@@ -244,6 +244,10 @@ namespace Eval::NNUE {
|
|||||||
<< " , batch_size = " << batch_size
|
<< " , batch_size = " << batch_size
|
||||||
<< " , grad_norm = " << gradient_norm
|
<< " , grad_norm = " << gradient_norm
|
||||||
<< std::endl;
|
<< 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"}});
|
send_messages({{"quantize_parameters"}});
|
||||||
|
|||||||
Reference in New Issue
Block a user