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

@@ -219,7 +219,7 @@ void MainThread::search() {
Time.init(Limits, us, rootPos.game_ply());
TT.new_search();
Eval::NNUE::verify();
Eval::NNUE::verify_eval_file_loaded();
if (rootMoves.empty())
{