mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Changed to show if NNUE is used in the training data generator.
This commit is contained in:
@@ -1002,6 +1002,9 @@ void gen_sfen(Position&, istringstream& is)
|
||||
<< " save_every = " << save_every << endl
|
||||
<< " random_file_name = " << random_file_name << endl;
|
||||
|
||||
// Show if the training data generator uses NNUE.
|
||||
Eval::verify_NNUE();
|
||||
|
||||
// Create and execute threads as many as Options["Threads"].
|
||||
{
|
||||
SfenWriter sw(output_file_name, thread_num);
|
||||
|
||||
Reference in New Issue
Block a user