From 3fe7cb22e27103bbbdc9d207e1293a9359a07f6b Mon Sep 17 00:00:00 2001 From: Jeffrey Wigger <jeffrey.wigger@epfl.ch> Date: Mon, 13 Jun 2022 19:37:40 +0200 Subject: [PATCH] rerun reddit 90 --- eval/run_xtimes_reddit_rws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval/run_xtimes_reddit_rws.sh b/eval/run_xtimes_reddit_rws.sh index c206222..8cabb99 100755 --- a/eval/run_xtimes_reddit_rws.sh +++ b/eval/run_xtimes_reddit_rws.sh @@ -71,7 +71,7 @@ echo samples per user: $samples_per_user # random_seeds for which to rerun the experiments # random_seeds=("90" "91" "92" "93" "94") -random_seeds=("92") +random_seeds=("90") echo batchsize: $batchsize echo communication rounds per global epoch: $comm_rounds_per_global_epoch # calculating how many batches there are in a global epoch for each user/proc -- GitLab