Skip to content

Commit

Permalink
Eval every 1000 steps regardless of saving
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Jan 25, 2024
1 parent ea81867 commit 98e93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/mitchish65.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ max_grad_norm_ratio: null
speed_monitor:
window_size: 20

eval_interval: ${save_interval}
eval_interval: 1000
eval_subset_num_batches: -1
device_eval_batch_size: ${device_train_microbatch_size}
evaluators:
Expand Down

0 comments on commit 98e93e4

Please sign in to comment.