rwightman HF staff commited on
Commit
4305909
1 Parent(s): 7902243
Files changed (3) hide show
  1. README.md +7 -0
  2. config.json +37 -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 mobilenetv3_large_100.miil_in21k_ft_in1k
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv3_large_100",
3
+ "num_classes": 1000,
4
+ "num_features": 1280,
5
+ "pretrained_cfg": {
6
+ "tag": "miil_in21k_ft_in1k",
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 224,
11
+ 224
12
+ ],
13
+ "fixed_input_size": false,
14
+ "interpolation": "bilinear",
15
+ "crop_pct": 0.875,
16
+ "crop_mode": "center",
17
+ "mean": [
18
+ 0.0,
19
+ 0.0,
20
+ 0.0
21
+ ],
22
+ "std": [
23
+ 1.0,
24
+ 1.0,
25
+ 1.0
26
+ ],
27
+ "num_classes": 1000,
28
+ "pool_size": [
29
+ 7,
30
+ 7
31
+ ],
32
+ "first_conv": "conv_stem",
33
+ "classifier": "classifier",
34
+ "origin_url": "https://github.com/Alibaba-MIIL/ImageNet21K",
35
+ "paper_ids": "arXiv:2104.10972v4"
36
+ }
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef9a60e224b9fdd54a9d0bb2620bec16ff0836bf1220141f34425fc579a1977
3
+ size 22130833