mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Print an additional new line before calc_loss progress instead of after check_health in the feature transformer layer.
This commit is contained in:
@@ -349,7 +349,7 @@ namespace Eval::NNUE {
|
||||
|
||||
std::cout << "INFO: largest min activation = " << largest_min_activation
|
||||
<< ", smallest max activation = " << smallest_max_activation
|
||||
<< std::endl << std::endl;
|
||||
<< std::endl;
|
||||
|
||||
std::fill(std::begin(min_activations_), std::end(min_activations_),
|
||||
std::numeric_limits<LearnFloatType>::max());
|
||||
|
||||
Reference in New Issue
Block a user