karming-wan
commited on
Commit
•
ba8902f
1
Parent(s):
4bcfbce
ORTModelForObjectDetection
Browse files- config.json +1 -1
- onnx/model.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +2 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/tmp/
|
3 |
"architectures": [
|
4 |
"YolosForObjectDetection"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/tmp/tmpch1sadu6",
|
3 |
"architectures": [
|
4 |
"YolosForObjectDetection"
|
5 |
],
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fb7d652f261f8f3b95c20fb1ead97064487c45881cfc2383ab4320bdf123cd6
|
3 |
+
size 26197886
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ece90752365fc7744870a223a3d0ab2132e17c3256f17c0cb3ab9c1a3c1fd122
|
3 |
+
size 9588132
|
quantize_config.json
CHANGED
@@ -9,9 +9,7 @@
|
|
9 |
"format": "QOperator",
|
10 |
"is_static": false,
|
11 |
"mode": "IntegerOps",
|
12 |
-
"nodes_to_exclude": [
|
13 |
-
"Conv"
|
14 |
-
],
|
15 |
"nodes_to_quantize": [],
|
16 |
"operators_to_quantize": [
|
17 |
"Conv",
|
@@ -29,7 +27,7 @@
|
|
29 |
"MatMul": 1
|
30 |
},
|
31 |
"reduce_range": false,
|
32 |
-
"weights_dtype": "
|
33 |
"weights_symmetric": true
|
34 |
},
|
35 |
"transformers_version": "4.35.2",
|
|
|
9 |
"format": "QOperator",
|
10 |
"is_static": false,
|
11 |
"mode": "IntegerOps",
|
12 |
+
"nodes_to_exclude": [],
|
|
|
|
|
13 |
"nodes_to_quantize": [],
|
14 |
"operators_to_quantize": [
|
15 |
"Conv",
|
|
|
27 |
"MatMul": 1
|
28 |
},
|
29 |
"reduce_range": false,
|
30 |
+
"weights_dtype": "QInt8",
|
31 |
"weights_symmetric": true
|
32 |
},
|
33 |
"transformers_version": "4.35.2",
|