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
de1fe9dac4
update README.md
2022-06-13 13:42:12 +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
modify doc
2022-06-11 22:22:46 +08:00
decoder.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
emformer.py
fix doc of stack and unstack, test case with batch_size=1
2022-06-13 12:47:35 +08:00
encoder_interface.py
support torch.jit.export
2022-06-11 21:04:30 +08:00
export.py
modify export.py
2022-06-11 22:03: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 test function for conv module, and minor fix.
2022-06-12 18:01:21 +08:00
streaming_decode.py
add test function for conv module, and minor fix.
2022-06-12 18:01:21 +08:00
test_emformer.py
update README.md
2022-06-13 13:42:12 +08:00
train.py
add test function for conv module, and minor fix.
2022-06-12 18:01:21 +08:00