-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcifar_binary_sd1.sh
13 lines (11 loc) · 1.34 KB
/
cifar_binary_sd1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#python3 main.py --dataset cifar10 --model resnet_binary --dp_mechanism no_dp --iid 1 --seed 1 --num_clients 10 --num_communication 100 --bs 64 --local_step 80 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
python3 main.py --dataset cifar10 --model resnet_binary --dp_mechanism rr --dp_flip 0.1 --iid 1 --seed 1 --num_clients 10 --num_communication 100 --bs 64 --local_step 80 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
python3 main.py --dataset cifar10 --model resnet_binary --dp_mechanism rr --dp_flip 0.2 --iid 1 --seed 1 --num_clients 10 --num_communication 100 --bs 64 --local_step 80 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
python3 main.py --dataset cifar10 --model resnet_binary --dp_mechanism rr --dp_flip 0.3 --iid 1 --seed 1 --num_clients 10 --num_communication 100 --bs 64 --local_step 80 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
python3 main.py --dataset cifar10 --model resnet_binary --dp_mechanism rr --dp_flip 0.4 --iid 1 --seed 1 --num_clients 10 --num_communication 100 --bs 64 --local_step 80 --lr 0.01 --momentum 0.5 --weight_decay 1e-4
#
python3 main.py --dataset cifar10 --model resnet_binary --dp_mechanism rr --dp_flip 0.5 --iid 1 --seed 1 --num_clients 10 --num_communication 100 --bs 64 --local_step 80 --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