mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Verify whether there is a network being used during training.
This commit is contained in:
@@ -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