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 |
|
Yunusemre
|
0f26edfde9
|
Add Zipformer Onnx Support (#778)
* add export script
* add zipformer onnx pretrained script
* add onnx zipformer test
* fix style
* add zipformer onnx to workflow
* replace is_in_onnx_export with is_tracing
* add github.event.label.name == 'onnx'
* add is_tracing to necessary conditions
* fix pooling_mask
* add onnx_check
* add onnx_check to scripts
* add is_tracing to scaling.py
|
2023-01-03 16:59:44 +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 |
|
Yifan Yang
|
a0cf85343d
|
fix for memory usage in pruned_transducer_stateless7/scaling.py (#752)
Co-authored-by: yifanyang <yifanyeung@yifanyangs-MacBook-Pro.local>
|
2022-12-09 19:23:11 +08:00 |
|
Desh Raj
|
107df3b115
|
apply black on all files
|
2022-11-17 09:42:17 -05:00 |
|
Fangjun Kuang
|
60317120ca
|
Revert "Apply new Black style changes"
|
2022-11-17 20:19:32 +08:00 |
|
Desh Raj
|
d110b04ad3
|
apply new black formatting to all files
|
2022-11-16 13:06:43 -05:00 |
|
Fangjun Kuang
|
7e82f87126
|
Add Zipformer from Dan (#672)
|
2022-11-12 18:11:19 +08:00 |
|