-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAFBee_VGG19.json
More file actions
57 lines (57 loc) · 1.11 KB
/
NAFBee_VGG19.json
File metadata and controls
57 lines (57 loc) · 1.11 KB
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
{
"1": {
"network": "VGG19",
"activation": "ReLU",
"accuracy": 91.06
},
"2": {
"network": "VGG19",
"activation": "GELU",
"accuracy": 91.03
},
"3": {
"network": "VGG19",
"activation": "SiLU",
"accuracy": 91.03
},
"4": {
"network": "VGG19",
"activation": "LeakyReLU",
"accuracy": 90.75
},
"5": {
"network": "VGG19",
"activation": "ReLU6",
"accuracy": 90.61
},
"6": {
"network": "VGG19",
"activation": "Mish",
"accuracy": 90.54
},
"7": {
"network": "VGG19",
"activation": "Hardswish",
"accuracy": 89.94
},
"8": {
"network": "VGG19",
"activation": "CELU",
"accuracy": 88.36
},
"9": {
"network": "VGG19",
"activation": "ELU",
"accuracy": 87.01
},
"10": {
"network": "VGG19",
"activation": "Hardtanh",
"accuracy": 86.74
},
"11": {
"network": "VGG19",
"activation": "SELU",
"accuracy": 85.83
}
}