Add model
Browse files- config.json +36 -19
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,24 +1,41 @@
|
|
1 |
{
|
2 |
"architecture": "convnext_large",
|
3 |
-
"
|
4 |
-
"
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
"num_classes": 5,
|
13 |
-
"optimizer": {
|
14 |
-
"betas": [
|
15 |
-
0.9,
|
16 |
-
0.999
|
17 |
],
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|
24 |
}
|
|
|
1 |
{
|
2 |
"architecture": "convnext_large",
|
3 |
+
"num_classes": 1,
|
4 |
+
"num_features": 1536,
|
5 |
+
"pretrained_cfg": {
|
6 |
+
"tag": "fb_in22k_ft_in1k",
|
7 |
+
"custom_load": false,
|
8 |
+
"input_size": [
|
9 |
+
3,
|
10 |
+
224,
|
11 |
+
224
|
|
|
|
|
|
|
|
|
|
|
12 |
],
|
13 |
+
"test_input_size": [
|
14 |
+
3,
|
15 |
+
288,
|
16 |
+
288
|
17 |
+
],
|
18 |
+
"fixed_input_size": false,
|
19 |
+
"interpolation": "bicubic",
|
20 |
+
"crop_pct": 0.875,
|
21 |
+
"test_crop_pct": 1.0,
|
22 |
+
"crop_mode": "center",
|
23 |
+
"mean": [
|
24 |
+
0.485,
|
25 |
+
0.456,
|
26 |
+
0.406
|
27 |
+
],
|
28 |
+
"std": [
|
29 |
+
0.229,
|
30 |
+
0.224,
|
31 |
+
0.225
|
32 |
+
],
|
33 |
+
"num_classes": 1000,
|
34 |
+
"pool_size": [
|
35 |
+
7,
|
36 |
+
7
|
37 |
+
],
|
38 |
+
"first_conv": "stem.0",
|
39 |
+
"classifier": "head.fc"
|
40 |
}
|
41 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd78ad74f6800d6f7393e5adc1104e8a552f42172524495b11348dc5e98b536b
|
3 |
+
size 784962020
|