Zengwei Yao
|
65d7192dca
|
Fix zipformer attn_output_weights (#774)
* fix attn_output_weights
* remove in-place op
|
2022-12-19 20:10:39 +08:00 |
|
Zengwei Yao
|
fbc1d3b194
|
fix src_key_padding_mask in DownsampledZipformerEncoder (#768)
|
2022-12-17 22:03:13 +08:00 |
|
Zengwei Yao
|
0470bbae66
|
minor fix for zipformer recipe (#758)
* minor fix
* add CI test
|
2022-12-13 15:47:30 +08:00 |
|
Yifan Yang
|
02c18ba4b2
|
rm the dup line of Zipformer.py (#755)
Co-authored-by: yifanyang <yifanyeung@yifanyangs-MacBook-Pro.local>
|
2022-12-10 19:34:19 +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 |
|
Desh Raj
|
c8ce243255
|
Zipformer output length (#686)
* add assertion for output length
* add comment in filter_cuts
* add length filter to Zipformer recipes
|
2022-11-16 11:29:45 +08:00 |
|
Fangjun Kuang
|
7e82f87126
|
Add Zipformer from Dan (#672)
|
2022-11-12 18:11:19 +08:00 |
|