echarlaix HF staff commited on
Commit
99f8643
1 Parent(s): 479380b

add onnx model

Browse files
Files changed (2) hide show
  1. config.json +36 -0
  2. model.onnx +3 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv3_large_100",
3
+ "num_classes": 1000,
4
+ "num_features": 1280,
5
+ "pretrained_cfg": {
6
+ "classifier": "classifier",
7
+ "crop_mode": "center",
8
+ "crop_pct": 0.875,
9
+ "custom_load": false,
10
+ "first_conv": "conv_stem",
11
+ "fixed_input_size": false,
12
+ "input_size": [
13
+ 3,
14
+ 224,
15
+ 224
16
+ ],
17
+ "interpolation": "bicubic",
18
+ "mean": [
19
+ 0.485,
20
+ 0.456,
21
+ 0.406
22
+ ],
23
+ "num_classes": 1000,
24
+ "pool_size": [
25
+ 7,
26
+ 7
27
+ ],
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "tag": "ra_in1k"
34
+ },
35
+ "transformers_version": "4.45.2"
36
+ }
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad78311803b4483004a7e49f5ae35038cc69722fa422ba2333754f488a32839c
3
+ size 21923806