mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Specify the whole evalsave message because otherwise the first evalsave/0 triggers it.
This commit is contained in:
@@ -129,7 +129,7 @@ cat << EOF > learn01.exp
|
||||
send "isready\n"
|
||||
send "learn targetdir training_data epochs 1 sfen_read_size 100 thread_buffer_size 10 batchsize 100 use_draw_in_training 1 use_draw_in_validation 1 lr 1 eval_limit 32000 nn_batch_size 30 newbob_decay 0.5 eval_save_interval 30 loss_output_interval 10 validation_set_file_name validation_data/validation_data.bin\n"
|
||||
|
||||
expect "INFO (save_eval): Finished saving evaluation file in"
|
||||
expect "INFO (save_eval): Finished saving evaluation file in evalsave/final"
|
||||
|
||||
send "quit\n"
|
||||
expect eof
|
||||
|
||||
Reference in New Issue
Block a user