This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
icefall
Archived
Watch
1
Star
0
Fork
0
You've already forked icefall
Code
Issues
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
icefall
/
egs
/
librispeech
/
ASR
/
conv_emformer_transducer_stateless
History
yaozengwei
1a9af61497
copy from pruned_transducer_stateless4
2022-06-11 21:40:19 +08:00
..
asr_datamodule.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
beam_search.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
decode.py
add tail padding
2022-05-31 18:53:20 +08:00
decoder.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
emformer.py
use torch.div
2022-06-11 21:21:49 +08:00
encoder_interface.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
export.py
copy from pruned_transducer_stateless4
2022-06-11 21:40:19 +08:00
joiner.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
model.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
optim.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
scaling.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
stream.py
add modify_beam_search, fast_beam_search
2022-06-10 22:10:43 +08:00
streaming_decode.py
add modify_beam_search, fast_beam_search
2022-06-10 22:10:43 +08:00
test_emformer.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
train.py
refactor streaming decoding
2022-06-09 20:37:16 +08:00