-
Notifications
You must be signed in to change notification settings - Fork 0
/
mnist_binary_noniid.sh
13 lines (12 loc) · 1.43 KB
/
mnist_binary_noniid.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
python3 main.py --dataset mnist --model mnistnet_binary --dp_mechanism no_dp --iid -1 --alpha 0.1 --seed 1 --num_clients 100 --num_communication 100 --bs 64 --local_step 10 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#python3 main.py --dataset mnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.1 --iid -1 --alpha 0.1 --seed 1 --num_clients 100 --num_communication 100 --bs 64 --local_step 10 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
#python3 main.py --dataset mnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.2 --iid -1 --alpha 0.1 --seed 1 --num_clients 100 --num_communication 100 --bs 64 --local_step 10 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
#python3 main.py --dataset mnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.3 --iid -1 --alpha 0.1 --seed 1 --num_clients 100 --num_communication 100 --bs 64 --local_step 10 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
#python3 main.py --dataset mnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.4 --iid -1 --alpha 0.1 --seed 1 --num_clients 100 --num_communication 100 --bs 64 --local_step 10 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
#python3 main.py --dataset mnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.5 --iid -1 --alpha 0.1 --seed 1 --num_clients 100 --num_communication 100 --bs 64 --local_step 10 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
#python3 main.py --dataset mnist --model mnist_binary --dp_mechanism rr --dp_flip 0.5