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

new topkavg

parent fa934740
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ m=`cat $ip_machines | grep $(/sbin/ifconfig ens785 | grep 'inet ' | awk '{print
export PYTHONFAULTHANDLER=1
# Base configs for which the gird search is done
tests=("step_configs/config_femnist_waveletbound.ini")
tests=("step_configs/config_femnist_topkaccavg.ini")
# Learning rates
lr="0.01"
# Batch size
......@@ -70,8 +70,8 @@ echo samples per user: $samples_per_user
#random_seeds=("90" "91" "92" "93" "94")
random_seeds=("97")
# "bior2.2" "rbio2.2"
alphas=("0.0" "0.1" ) #
mhs=("True" "False")
alphas=("0.1") #"0.0"
mhs=("False") # "True"
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
......
......@@ -33,7 +33,7 @@ addresses_filepath = ip_addr_6Machines.json
sharing_package = decentralizepy.sharing.LowerBoundTopK
sharing_class = LowerBoundTopK
lower_bound = 0.0
alpha = 0.1
alpha = 0.91
metro_hastings = False
accumulation = True
accumulate_averaging_changes = True
\ No newline at end of file
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