mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08: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
|
||||
<< " , 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"}});
|
||||
|
||||
Reference in New Issue
Block a user