Skip to content
Snippets Groups Projects
Commit 1790370c authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

running with reddit 2

parent 80770630
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,8 @@ samples_per_user=`expr $dataset_size / $procs` ...@@ -66,8 +66,8 @@ samples_per_user=`expr $dataset_size / $procs`
echo samples per user: $samples_per_user echo samples per user: $samples_per_user
# random_seeds for which to rerun the experiments # random_seeds for which to rerun the experiments
random_seeds=("90" "91" "92" "93" "94") # random_seeds=("90" "91" "92" "93" "94")
# random_seed = 97 random_seeds=("97")
echo batchsize: $batchsize echo batchsize: $batchsize
echo communication rounds per global epoch: $comm_rounds_per_global_epoch 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 # calculating how many batches there are in a global epoch for each user/proc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment