timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff commited on
Commit
9dfd116
1 Parent(s): f51b17e
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +39 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_tag: timm
6
+ ---
7
+ # Model card for efficientnetv2_rw_m.agc_in1k
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "efficientnetv2_rw_m",
3
+ "num_classes": 1000,
4
+ "num_features": 2152,
5
+ "pretrained_cfg": {
6
+ "custom_load": false,
7
+ "input_size": [
8
+ 3,
9
+ 320,
10
+ 320
11
+ ],
12
+ "test_input_size": [
13
+ 3,
14
+ 416,
15
+ 416
16
+ ],
17
+ "fixed_input_size": false,
18
+ "interpolation": "bicubic",
19
+ "crop_pct": 1.0,
20
+ "crop_mode": "center",
21
+ "mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
+ ],
26
+ "std": [
27
+ 0.229,
28
+ 0.224,
29
+ 0.225
30
+ ],
31
+ "num_classes": 1000,
32
+ "pool_size": [
33
+ 10,
34
+ 10
35
+ ],
36
+ "first_conv": "conv_stem",
37
+ "classifier": "classifier"
38
+ }
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc76599f162bc34d02ab346062440afa46c4080a9cc238a9347e04478bbb5a69
3
+ size 214575909