-
Notifications
You must be signed in to change notification settings - Fork 0
/
fashionmnist_binary_sd2.sh
24 lines (12 loc) · 2.42 KB
/
fashionmnist_binary_sd2.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
python3 main.py --dataset fashionmnist --model mnistnet_binary --dp_mechanism no_dp --iid 1 --seed 10263
python3 main.py --dataset fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.05 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.1 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.15 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.2 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.25 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.3 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.35 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.4 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.45 --iid 1 --seed 10263 --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 fashionmnist --model mnistnet_binary --dp_mechanism rr --dp_flip 0.5 --iid 1 --seed 10263 --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