Verify whether there is a network being used during training.

This commit is contained in:
Tomasz Sobczyk
2020-10-14 20:20:10 +02:00
committed by nodchip
parent e503cc4ea8
commit 5db46d0c82
7 changed files with 58 additions and 32 deletions

View File

@@ -1000,7 +1000,7 @@ namespace Learner
<< " detect_draw_by_insufficient_mating_material = " << detect_draw_by_insufficient_mating_material << endl;
// Show if the training data generator uses NNUE.
Eval::NNUE::verify();
Eval::NNUE::verify_eval_file_loaded();
Threads.main()->ponder = false;