mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +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:
@@ -677,7 +677,8 @@ namespace Learner
|
||||
TT.new_search();
|
||||
TimePoint elapsed = now() - Search::Limits.startTime + 1;
|
||||
|
||||
cout << "PROGRESS: " << now_string() << ", ";
|
||||
cout << "\n";
|
||||
cout << "PROGRESS (calc_loss): " << now_string() << ", ";
|
||||
cout << total_done << " sfens, ";
|
||||
cout << total_done * 1000 / elapsed << " sfens/second";
|
||||
cout << ", iteration " << epoch;
|
||||
|
||||
Reference in New Issue
Block a user