forked from khanhkhanhlele/FedLAG
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsweep.json
More file actions
36 lines (36 loc) · 766 Bytes
/
sweep.json
File metadata and controls
36 lines (36 loc) · 766 Bytes
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
{
"-algo" : ["NashFL"],
"-data" : [
{
"name" : "Cifar10",
"#cls" : 10,
"-m" : ["cnn20"],
"gen" : "generate_cifar10.py"
},
{
"name" : "Cifar100",
"#cls" : 100,
"-m" : ["cnn20"],
"gen" : "generate_cifar100.py"
},
{
"name" : "mnist",
"#cls" : 10,
"-m" : ["dnn"],
"gen" : "generate_mnist.py"
},
{
"name" : "emnist",
"#cls" : 62,
"-m" : ["cnn"],
"gen" : "generate_mnist.py"
}
],
"-nc" : {
"20" : 100,
"40" : 200,
"60" : 400,
"80" : 600,
"100" : 800
}
}