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
3fd4f1d13f
First attempt to add WEB interface for emformer model.
2022-05-06 18:21:08 +08:00
..
client
First attempt to add WEB interface for emformer model.
2022-05-06 18:21:08 +08:00
__init__.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
asr_datamodule.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
beam_search.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
decode.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
decoder.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
emformer.py
Add streaming feature extractor. (
#302
)
2022-04-18 10:38:56 +08:00
encoder_interface.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
export.py
Add streaming feature extractor. (
#302
)
2022-04-18 10:38:56 +08:00
joiner.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
model.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
noam.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
server.py
First attempt to add WEB interface for emformer model.
2022-05-06 18:21:08 +08:00
streaming_decode.py
First attempt to add WEB interface for emformer model.
2022-05-06 18:21:08 +08:00
streaming_feature_extractor.py
Add modified beam search decoding for streaming inference with emformer model (
#327
)
2022-04-22 18:06:07 +08:00
subsampling.py
Use Emformer as RNN-T encoder. (
#278
)
2022-04-02 13:37:39 +08:00
test_emformer.py
Add streaming feature extractor. (
#302
)
2022-04-18 10:38:56 +08:00
test_streaming_feature_extractor.py
Add streaming feature extractor. (
#302
)
2022-04-18 10:38:56 +08:00
train.py
First attempt to add WEB interface for emformer model.
2022-05-06 18:21:08 +08:00