Shio-Koube commited on
Commit
e5c0fbd
·
verified ·
1 Parent(s): 04088dd

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +34 -0
  2. model.pt +3 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "convnext_base",
3
+ "num_classes": 10861,
4
+ "num_features": 1024,
5
+ "model_args": {
6
+ "act_layer": "gelu_tanh"
7
+ },
8
+ "pretrained_cfg": {
9
+ "custom_load": false,
10
+ "input_size": [
11
+ 3,
12
+ 448,
13
+ 448
14
+ ],
15
+ "fixed_input_size": false,
16
+ "interpolation": "bicubic",
17
+ "crop_pct": 1.0,
18
+ "crop_mode": "center",
19
+ "mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "std": [
25
+ 0.5,
26
+ 0.5,
27
+ 0.5
28
+ ],
29
+ "num_classes": 10861,
30
+ "pool_size": null,
31
+ "first_conv": null,
32
+ "classifier": null
33
+ }
34
+ }
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9879d3d9266442109ab9c2525ac3ed0a348e7094721c345d6c344a00eaa2ece6
3
+ size 350393504