msluszniak commited on
Commit
2319502
·
verified ·
1 Parent(s): 4ab83d9

fix(v0.9.0): restore 3 backbones (mobilenet_v3_large, resnet50, resnet101) × {fp32,int8} from v0.8.0

Browse files
xnnpack/config.json CHANGED
@@ -9,10 +9,11 @@
9
  "license": "bsd-3-clause",
10
  "variants": [
11
  {
12
- "file": "deeplab_v3_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
  "default": true,
 
16
  "methods": {
17
  "forward": {
18
  "inputs": [
@@ -50,10 +51,11 @@
50
  }
51
  },
52
  {
53
- "file": "deeplab_v3_xnnpack_int8.pte",
54
  "precision": "int8",
55
  "quantized": true,
56
  "default": true,
 
57
  "methods": {
58
  "forward": {
59
  "inputs": [
@@ -91,10 +93,11 @@
91
  }
92
  },
93
  {
94
- "file": "deeplab_v3_xnnpack_fp32.pte",
95
  "precision": "fp32",
96
  "quantized": false,
97
  "default": false,
 
98
  "methods": {
99
  "forward": {
100
  "inputs": [
@@ -132,10 +135,11 @@
132
  }
133
  },
134
  {
135
- "file": "deeplab_v3_xnnpack_int8.pte",
136
  "precision": "int8",
137
  "quantized": true,
138
  "default": false,
 
139
  "methods": {
140
  "forward": {
141
  "inputs": [
@@ -173,10 +177,11 @@
173
  }
174
  },
175
  {
176
- "file": "deeplab_v3_xnnpack_fp32.pte",
177
  "precision": "fp32",
178
  "quantized": false,
179
  "default": false,
 
180
  "methods": {
181
  "forward": {
182
  "inputs": [
@@ -214,10 +219,11 @@
214
  }
215
  },
216
  {
217
- "file": "deeplab_v3_xnnpack_int8.pte",
218
  "precision": "int8",
219
  "quantized": true,
220
  "default": false,
 
221
  "methods": {
222
  "forward": {
223
  "inputs": [
@@ -255,4 +261,4 @@
255
  }
256
  }
257
  ]
258
- }
 
9
  "license": "bsd-3-clause",
10
  "variants": [
11
  {
12
+ "file": "deeplab_v3_mobilenet_v3_large_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
  "default": true,
16
+ "size": "mobilenet_v3_large",
17
  "methods": {
18
  "forward": {
19
  "inputs": [
 
51
  }
52
  },
53
  {
54
+ "file": "deeplab_v3_mobilenet_v3_large_xnnpack_int8.pte",
55
  "precision": "int8",
56
  "quantized": true,
57
  "default": true,
58
+ "size": "mobilenet_v3_large",
59
  "methods": {
60
  "forward": {
61
  "inputs": [
 
93
  }
94
  },
95
  {
96
+ "file": "deeplab_v3_resnet50_xnnpack_fp32.pte",
97
  "precision": "fp32",
98
  "quantized": false,
99
  "default": false,
100
+ "size": "resnet50",
101
  "methods": {
102
  "forward": {
103
  "inputs": [
 
135
  }
136
  },
137
  {
138
+ "file": "deeplab_v3_resnet50_xnnpack_int8.pte",
139
  "precision": "int8",
140
  "quantized": true,
141
  "default": false,
142
+ "size": "resnet50",
143
  "methods": {
144
  "forward": {
145
  "inputs": [
 
177
  }
178
  },
179
  {
180
+ "file": "deeplab_v3_resnet101_xnnpack_fp32.pte",
181
  "precision": "fp32",
182
  "quantized": false,
183
  "default": false,
184
+ "size": "resnet101",
185
  "methods": {
186
  "forward": {
187
  "inputs": [
 
219
  }
220
  },
221
  {
222
+ "file": "deeplab_v3_resnet101_xnnpack_int8.pte",
223
  "precision": "int8",
224
  "quantized": true,
225
  "default": false,
226
+ "size": "resnet101",
227
  "methods": {
228
  "forward": {
229
  "inputs": [
 
261
  }
262
  }
263
  ]
264
+ }
xnnpack/deeplab_v3_mobilenet_v3_large_xnnpack_fp32.pte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2845c090f8bc0f18408c51ff4562a47466752c75dd32e13b665e74f4c6d1315a
3
+ size 44144084
xnnpack/deeplab_v3_mobilenet_v3_large_xnnpack_int8.pte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6475f8c3e3001589bae227a4f37b64f366fc16a2d29fd556bae13f1df2a85002
3
+ size 11362900
xnnpack/deeplab_v3_resnet101_xnnpack_fp32.pte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5046868d5ea1e791420031b8227b633ca7afeba9819923f266c9057416c3a8c2
3
+ size 243876692
xnnpack/deeplab_v3_resnet101_xnnpack_int8.pte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83e5c749523825f459d162e20c99d669848ca43090cf4031a7ec45fa9f8352d1
3
+ size 61716052
xnnpack/{deeplab_v3_xnnpack_fp32.pte → deeplab_v3_resnet50_xnnpack_fp32.pte} RENAMED
File without changes
xnnpack/{deeplab_v3_xnnpack_int8.pte → deeplab_v3_resnet50_xnnpack_int8.pte} RENAMED
File without changes