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
/
transducer_emformer
History
Fangjun Kuang
6f64a0ed8d
Support streaming decoding.
2022-04-01 19:07:34 +08:00
..
__init__.py
Copy files.
2022-03-30 16:09:51 +08:00
asr_datamodule.py
Copy files.
2022-03-30 16:09:51 +08:00
beam_search.py
Support streaming decoding.
2022-04-01 19:07:34 +08:00
decode.py
Support streaming decoding.
2022-04-01 19:07:34 +08:00
decoder.py
Copy files.
2022-03-30 16:09:51 +08:00
emformer.py
Support streaming decoding.
2022-04-01 19:07:34 +08:00
encoder_interface.py
Add emformer model.
2022-03-30 16:09:32 +08:00
joiner.py
Copy files.
2022-03-30 16:09:51 +08:00
model.py
Copy files.
2022-03-30 16:09:51 +08:00
noam.py
Use Emformer model as RNN-T encoder.
2022-03-30 17:09:15 +08:00
streaming_decode.py
Support streaming decoding.
2022-04-01 19:07:34 +08:00
subsampling.py
Add emformer model.
2022-03-30 16:09:32 +08:00
test_emformer.py
Support streaming decoding.
2022-04-01 19:07:34 +08:00
train.py
Support streaming decoding.
2022-04-01 19:07:34 +08:00