anonauthors commited on
Commit
c2a849a
1 Parent(s): f03e4c5
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +159 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for stanford_dogs-timm-convnext_base.fb_in1k
config.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_base_patch4_window7_224",
3
+ "num_classes": 120,
4
+ "num_features": 1024,
5
+ "global_pool": "avg",
6
+ "label_names": [
7
+ 0,
8
+ 1,
9
+ 2,
10
+ 3,
11
+ 4,
12
+ 5,
13
+ 6,
14
+ 7,
15
+ 8,
16
+ 9,
17
+ 10,
18
+ 11,
19
+ 12,
20
+ 13,
21
+ 14,
22
+ 15,
23
+ 16,
24
+ 17,
25
+ 18,
26
+ 19,
27
+ 20,
28
+ 21,
29
+ 22,
30
+ 23,
31
+ 24,
32
+ 25,
33
+ 26,
34
+ 27,
35
+ 28,
36
+ 29,
37
+ 30,
38
+ 31,
39
+ 32,
40
+ 33,
41
+ 34,
42
+ 35,
43
+ 36,
44
+ 37,
45
+ 38,
46
+ 39,
47
+ 40,
48
+ 41,
49
+ 42,
50
+ 43,
51
+ 44,
52
+ 45,
53
+ 46,
54
+ 47,
55
+ 48,
56
+ 49,
57
+ 50,
58
+ 51,
59
+ 52,
60
+ 53,
61
+ 54,
62
+ 55,
63
+ 56,
64
+ 57,
65
+ 58,
66
+ 59,
67
+ 60,
68
+ 61,
69
+ 62,
70
+ 63,
71
+ 64,
72
+ 65,
73
+ 66,
74
+ 67,
75
+ 68,
76
+ 69,
77
+ 70,
78
+ 71,
79
+ 72,
80
+ 73,
81
+ 74,
82
+ 75,
83
+ 76,
84
+ 77,
85
+ 78,
86
+ 79,
87
+ 80,
88
+ 81,
89
+ 82,
90
+ 83,
91
+ 84,
92
+ 85,
93
+ 86,
94
+ 87,
95
+ 88,
96
+ 89,
97
+ 90,
98
+ 91,
99
+ 92,
100
+ 93,
101
+ 94,
102
+ 95,
103
+ 96,
104
+ 97,
105
+ 98,
106
+ 99,
107
+ 100,
108
+ 101,
109
+ 102,
110
+ 103,
111
+ 104,
112
+ 105,
113
+ 106,
114
+ 107,
115
+ 108,
116
+ 109,
117
+ 110,
118
+ 111,
119
+ 112,
120
+ 113,
121
+ 114,
122
+ 115,
123
+ 116,
124
+ 117,
125
+ 118,
126
+ 119
127
+ ],
128
+ "pretrained_cfg": {
129
+ "tag": "ms_in22k_ft_in1k",
130
+ "custom_load": false,
131
+ "input_size": [
132
+ 3,
133
+ 224,
134
+ 224
135
+ ],
136
+ "fixed_input_size": true,
137
+ "interpolation": "bicubic",
138
+ "crop_pct": 0.9,
139
+ "crop_mode": "center",
140
+ "mean": [
141
+ 0.485,
142
+ 0.456,
143
+ 0.406
144
+ ],
145
+ "std": [
146
+ 0.229,
147
+ 0.224,
148
+ 0.225
149
+ ],
150
+ "num_classes": 1000,
151
+ "pool_size": [
152
+ 7,
153
+ 7
154
+ ],
155
+ "first_conv": "patch_embed.proj",
156
+ "classifier": "head.fc",
157
+ "license": "mit"
158
+ }
159
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51bcc092ca8e41ac83c34ab968bd2c9a96f35877e310d419a917bcbf2f9ddfc
3
+ size 347588271