-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_cifar10_local.json
68 lines (67 loc) · 1.63 KB
/
config_cifar10_local.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"experiment": {
"name":"cifar10_epsdecayk_500",
"gpu": 0,
"runs": 1,
"filename": "results_clusters",
"flags": {
"overlap": true,
"finetuning": false,
"train_gate_only": true,
"train_local": true,
"ensembles": false,
"tensorboard": false
}
},
"data": {
"dataset": "cifar10",
"n_data": 500,
"n_data_test": 100,
"iid": false,
"num_classes": 10,
"opt": 0,
"p": 0.5,
"train_frac": 0.5
},
"model": {
"model": "leaf"
},
"federated": {
"epochs": 100,
"clusters": 1,
"explore_strategy": "eps_decay_k",
"num_clients": 50,
"local_ep": 3,
"lr": 0.0009125732732055366,
"frac": 0.25,
"eps": 0.2896587617920907,
"local_bs": 10,
"fl_weight_decay": 0.0007461306665342863,
"flhiddenunits": 256,
"flfilters1": 16,
"flfilters2": 32,
"fldropout": 0.5885945835721585
},
"finetuning": {
"ft_lr": 1e-4,
"ft_weight_decay": 1e-4
},
"local": {
"local_lr": 0.00032845789831487007,
"loc_epochs": 100,
"local_weight_decay": 0.0032938259449579546,
"localhiddenunits": 256,
"localfilters1": 32,
"localfilters2": 32,
"localdropout": 0.789767597451409
},
"moe": {
"moe_lr": 1e-4,
"moe_epochs": 200,
"gatehiddenunits": 120,
"gatefilters1": 6,
"gatefilters2": 12,
"gate_weight_decay": 1e-4,
"gatedropout": 0.5
}
}