diff --git a/eval/run_xtimes_reddit_rws.sh b/eval/run_xtimes_reddit_rws.sh index f7f43fc236823120e0c02c8fa12b9541e8ccb3b3..82d078f66124508ad1cf354522aa27c00737caa2 100755 --- a/eval/run_xtimes_reddit_rws.sh +++ b/eval/run_xtimes_reddit_rws.sh @@ -86,7 +86,7 @@ batches_per_comm_round=$($env_python -c "from math import floor; x = floor($batc new_iterations=$($env_python -c "from math import floor; tmp = floor($batches_per_epoch / $comm_rounds_per_global_epoch); x = 1 if tmp == 0 else tmp; y = floor((($batches_per_epoch / $comm_rounds_per_global_epoch)/x)*$iterations); print($iterations if y<$iterations else y)") echo batches per communication round: $batches_per_comm_round echo corrected iterations: $new_iterations -test_after=$(($new_iterations / $global_epochs * 5)) +test_after=$(($new_iterations / $global_epochs * 1)) echo test after: $test_after for i in "${tests[@]}" do