You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is believed that setting write_out_draw_game_in_training_data_generation, use_draw_games_in_training and use_draw_games_in_validation to 1 are better than 0. We will change the default values of write_out_draw_game_in_training_data_generation, use_draw_games_in_training and use_draw_games_in_validation. Before we change them, we need the following experiments:
Generate training data with write_out_draw_game_in_training_data_generation = 0.
Train a net with 1., use_draw_games_in_training = 0 and use_draw_games_in_validation = 0.
Generate training data with write_out_draw_game_in_training_data_generation = 1.
Train a net with 3., use_draw_games_in_training = 1 and use_draw_games_in_validation = 1.
Compare the elo between 2. and 4.
Any helps are welcome.
The text was updated successfully, but these errors were encountered:
It is believed that setting
write_out_draw_game_in_training_data_generation
,use_draw_games_in_training
anduse_draw_games_in_validation
to 1 are better than 0. We will change the default values ofwrite_out_draw_game_in_training_data_generation
,use_draw_games_in_training
anduse_draw_games_in_validation
. Before we change them, we need the following experiments:write_out_draw_game_in_training_data_generation
= 0.use_draw_games_in_training
= 0 anduse_draw_games_in_validation
= 0.write_out_draw_game_in_training_data_generation
= 1.use_draw_games_in_training
= 1 anduse_draw_games_in_validation
= 1.Any helps are welcome.
The text was updated successfully, but these errors were encountered: