mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Verify whether there is a network being used during training.
This commit is contained in:
+1
-1
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user