mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Start sfen reader worker thread in the constructor.
This commit is contained in:
@@ -490,9 +490,6 @@ namespace Learner
|
||||
|
||||
Eval::NNUE::verify_any_net_loaded();
|
||||
|
||||
// Start a thread that loads the training data in the background
|
||||
sr.start_file_read_worker();
|
||||
|
||||
const PSVector sfen_for_mse =
|
||||
validation_set_file_name.empty()
|
||||
? sr.read_for_mse(sfen_for_mse_size)
|
||||
|
||||
Reference in New Issue
Block a user