-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassification_models.json
More file actions
53 lines (53 loc) · 894 Bytes
/
Copy pathclassification_models.json
File metadata and controls
53 lines (53 loc) · 894 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"traditional": [
"alexnet",
"vgg16"
],
"classic": [
"resnet50",
"resnet200d",
"resnet101",
"resnext101",
"wideresnet101_2",
"inception_resnet_v2",
"inception_v3",
"mobilenet_v2",
"densenet161",
"densenet201"
],
"advanced": [
"convnext_xlarge",
"convnext_large",
"convnext_base",
"efficientnet_b4",
"efficientnet_b3",
"efficientnet_v2_s",
"efficientnet_v2_l",
"efficientnet_b7",
"efficientnet_b0",
"nfnet_f5",
"nfnet_f4",
"nfnet_f2",
"resnest50d",
"resnest101e"
],
"transformers": [
"vit_large16",
"vit_base16",
"swin_base",
"swin_large",
"deit_base"
],
"robustified": [
"noisystudent_b0",
"noisystudent_b4",
"noisystudent_b7",
"noisystudent_b3",
"augmix",
"bit_m"
],
"test": [
"convnext_large",
"vit_base16"
]
}