Fix cache orientation: keep NeMo native [L, B, ...] throughout instead of transposing to batch-major (#1290)
Browse files- config.json +2 -2
- streaming_encoder.int8.onnx +2 -2
config.json
CHANGED
|
@@ -18,14 +18,14 @@
|
|
| 18 |
"decoder_hidden": 640,
|
| 19 |
"decoder_layers": 1,
|
| 20 |
"cache_last_channel_shape": [
|
| 21 |
-
1,
|
| 22 |
17,
|
|
|
|
| 23 |
70,
|
| 24 |
512
|
| 25 |
],
|
| 26 |
"cache_last_time_shape": [
|
| 27 |
-
1,
|
| 28 |
17,
|
|
|
|
| 29 |
512,
|
| 30 |
8
|
| 31 |
]
|
|
|
|
| 18 |
"decoder_hidden": 640,
|
| 19 |
"decoder_layers": 1,
|
| 20 |
"cache_last_channel_shape": [
|
|
|
|
| 21 |
17,
|
| 22 |
+
1,
|
| 23 |
70,
|
| 24 |
512
|
| 25 |
],
|
| 26 |
"cache_last_time_shape": [
|
|
|
|
| 27 |
17,
|
| 28 |
+
1,
|
| 29 |
512,
|
| 30 |
8
|
| 31 |
]
|
streaming_encoder.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:ceb642e54a352d5a7354102c0d5eba39db5f6b3936d36f3bf2819c26a5d0733a
|
| 3 |
+
size 133645207
|