Fangjun Kuang
|
ae1949ddcc
|
Support using the latest master from tencent/ncnn (#1070)
* Support using the latest master from tencent/ncnn
* small fixes
|
2023-05-18 20:56:58 +08:00 |
|
Fangjun Kuang
|
5b50ffda54
|
support using mini librispeech in training (#1048)
* support mini librispeech in training
* update onnx export doc
|
2023-05-09 15:10:06 +08:00 |
|
marcoyang1998
|
45c13e90e4
|
RNNLM rescore + Low-order density ratio (#1017)
* add rnnlm rescore + LODR
* add LODR in decode.py
* update RESULTS
|
2023-04-24 15:00:02 +08:00 |
|
marcoyang1998
|
57d6482a79
|
Streaming Zipformer with multi-dataset (#984)
* modify train.py
* add right padding option in decode.py
* update RESULTS.md
|
2023-04-21 15:43:28 +08:00 |
|
marcoyang1998
|
34d1b07c3d
|
Modified beam search with RNNLM rescoring (#1002)
* add RNNLM rescore
* add shallow fusion and lm rescore for streaming zipformer
* minor fix
* update RESULTS.md
* fix yesno workflow, change from ubuntu-18.04 to ubuntu-latest
|
2023-04-17 16:43:00 +08:00 |
|
Fangjun Kuang
|
e32658e620
|
Fix torch.jit.script() export for streaming zipformer. (#1005)
|
2023-04-17 16:13:30 +08:00 |
|
Zengwei Yao
|
7c7d9ab042
|
add @torch.jit.export for streaming_forward func in Zipformer class (#1004)
|
2023-04-17 12:03:52 +08:00 |
|
Fangjun Kuang
|
a632b24c35
|
Export int8 quantized models for non-streaming Zipformer. (#977)
* Export int8 quantized models for non-streaming Zipformer.
* Delete export-onnx.py
* Export int8 models for other folders
|
2023-03-31 22:46:19 +08:00 |
|
Fangjun Kuang
|
f5de2e90c6
|
Fix style issues. (#937)
|
2023-03-08 22:56:04 +08:00 |
|
pehonnet
|
07243d136a
|
remove key from result filename (#936)
Co-authored-by: pe-honnet <pe.honnet@telepathy.ai>
|
2023-03-08 21:06:07 +08:00 |
|
Fangjun Kuang
|
c5e687ddf5
|
Export streaming zipformer to ncnn (#906)
|
2023-02-13 23:41:43 +08:00 |
|
Fangjun Kuang
|
2b995639b7
|
Add ONNX support for Zipformer and ConvEmformer (#884)
|
2023-02-09 00:02:38 +08:00 |
|
Fangjun Kuang
|
8d3810e289
|
Simplify ONNX export (#881)
* Simplify ONNX export
* Fix ONNX CI tests
|
2023-02-07 15:01:59 +08:00 |
|
Fangjun Kuang
|
52f3a747be
|
Refactor onnx export for streaming zipformer (#879)
|
2023-02-07 12:12:26 +08:00 |
|
Yuekai Zhang
|
bf5f0342a2
|
Add streaming onnx export for zipformer (#831)
* add streaming onnx export for zipformer
* update triton support
* add comments
* add ci test
* add onnxmltools for fp16 onnx export
|
2023-02-06 10:37:07 +08:00 |
|
Zengwei Yao
|
1e6d6f8160
|
shuffle full Librispeech for zipformer recipes (#869)
* shuffle libri
|
2023-02-03 11:54:57 +08:00 |
|
Teo Wen Shen
|
1ce2bc1ee0
|
edit comments (#852)
|
2023-01-28 13:47:21 +08:00 |
|
Zengwei Yao
|
67ae5fdf2b
|
Doc streaming zipformer (#798)
* add doc for streaming_zipformer
* update README.md
|
2022-12-30 15:21:18 +08:00 |
|
Zengwei Yao
|
d167aad4ab
|
Add streaming zipformer (#787)
* add streaming zipformer codes
* add test_model.py
* add export.py, pretrained.py, jit_pretrained.py
* add cached_len for pooling module
* add jit_trace_export.py and jit_trace_pretrained.py
* fix bug in jit.trace
* update RESULTS.md
* add CI test
* minor fix in pruned_transducer_stateless7/zipformer.py
* update README.md
|
2022-12-30 10:52:18 +08:00 |
|