Upload export-onnx-streaming.sh
Browse files- exp/export-onnx-streaming.sh +17 -0
exp/export-onnx-streaming.sh
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
./zipformer/export-onnx-streaming.py \
|
2 |
+
--exp-dir ./zipformer/exp-w-ctc-streaming/ \
|
3 |
+
--causal 1 \
|
4 |
+
--avg 1 \
|
5 |
+
--epoch 20 \
|
6 |
+
--chunk-size 32 \
|
7 |
+
--left-context-frames 256 \
|
8 |
+
--use-ctc 1
|
9 |
+
|
10 |
+
./zipformer/export-onnx-streaming.py \
|
11 |
+
--exp-dir ./zipformer/exp-w-ctc-streaming/ \
|
12 |
+
--causal 1 \
|
13 |
+
--avg 1 \
|
14 |
+
--epoch 20 \
|
15 |
+
--chunk-size 16 \
|
16 |
+
--left-context-frames 128 \
|
17 |
+
--use-ctc 1
|