msluszniak commited on
Commit
a4da0bd
·
verified ·
1 Parent(s): f1d12dd

fix(v0.9.0): restore 2 backbones (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": "fcn_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": "fcn_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": "fcn_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": "fcn_xnnpack_int8.pte",
136
  "precision": "int8",
137
  "quantized": true,
138
  "default": false,
 
139
  "methods": {
140
  "forward": {
141
  "inputs": [
@@ -173,4 +177,4 @@
173
  }
174
  }
175
  ]
176
- }
 
9
  "license": "bsd-3-clause",
10
  "variants": [
11
  {
12
+ "file": "fcn_resnet50_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
  "quantized": false,
15
  "default": true,
16
+ "size": "resnet50",
17
  "methods": {
18
  "forward": {
19
  "inputs": [
 
51
  }
52
  },
53
  {
54
+ "file": "fcn_resnet50_xnnpack_int8.pte",
55
  "precision": "int8",
56
  "quantized": true,
57
  "default": true,
58
+ "size": "resnet50",
59
  "methods": {
60
  "forward": {
61
  "inputs": [
 
93
  }
94
  },
95
  {
96
+ "file": "fcn_resnet101_xnnpack_fp32.pte",
97
  "precision": "fp32",
98
  "quantized": false,
99
  "default": false,
100
+ "size": "resnet101",
101
  "methods": {
102
  "forward": {
103
  "inputs": [
 
135
  }
136
  },
137
  {
138
+ "file": "fcn_resnet101_xnnpack_int8.pte",
139
  "precision": "int8",
140
  "quantized": true,
141
  "default": false,
142
+ "size": "resnet101",
143
  "methods": {
144
  "forward": {
145
  "inputs": [
 
177
  }
178
  }
179
  ]
180
+ }
xnnpack/fcn_resnet101_xnnpack_fp32.pte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccdc35b5d099890824b6ecd8490608c51de1919de4dc9881065af6dd006b67c7
3
+ size 217148500
xnnpack/fcn_resnet101_xnnpack_int8.pte ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac8686432185087a8e1692cee5945aee18800974816d2f8ebfca353034ab4ba
3
+ size 55012180
xnnpack/{fcn_xnnpack_fp32.pte → fcn_resnet50_xnnpack_fp32.pte} RENAMED
File without changes
xnnpack/{fcn_xnnpack_int8.pte → fcn_resnet50_xnnpack_int8.pte} RENAMED
File without changes