Update export-ncnn.sh
Browse files- export-ncnn.sh +5 -0
export-ncnn.sh
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
#!/usr/bin/env bash
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
exp_dir=pruned_transducer_stateless7_streaming/exp-20M
|
4 |
|
5 |
python ./pruned_transducer_stateless7_streaming/export-for-ncnn.py \
|
|
|
1 |
#!/usr/bin/env bash
|
2 |
|
3 |
+
# If you want to prepare the model in ncnn format,
|
4 |
+
# please clone the repo https://huggingface.co/desh2608/icefall-asr-librispeech-pruned-transducer-stateless7-streaming-small
|
5 |
+
# and then follow the code below.
|
6 |
+
# The model hyper-parameters are shown in the following command.
|
7 |
+
|
8 |
exp_dir=pruned_transducer_stateless7_streaming/exp-20M
|
9 |
|
10 |
python ./pruned_transducer_stateless7_streaming/export-for-ncnn.py \
|