csukuangfj
commited on
Commit
·
d6a516e
1
Parent(s):
2e71e47
add models
Browse files- export-onnx.py +1 -1
- model.int8.onnx +2 -2
- model.onnx +2 -2
export-onnx.py
CHANGED
@@ -82,7 +82,7 @@ def main():
|
|
82 |
# model.receptive_field.duration * 16000
|
83 |
# )
|
84 |
|
85 |
-
opset_version =
|
86 |
|
87 |
filename = "model.onnx"
|
88 |
torch.onnx.export(
|
|
|
82 |
# model.receptive_field.duration * 16000
|
83 |
# )
|
84 |
|
85 |
+
opset_version = 14
|
86 |
|
87 |
filename = "model.onnx"
|
88 |
torch.onnx.export(
|
model.int8.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:b9d683988380daa45cade934279c456003a43c48a5b5d6f213b3b3d134b25027
|
3 |
+
size 2416155
|
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:8249e2e323f8fb0566a387d94b40a73d0b75d54ee60d02dcd729a56a5ba8ecea
|
3 |
+
size 9512223
|