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
/
pruned_transducer_stateless2
History
shaynemei
60621b242a
sort imports
2022-08-01 20:49:52 -07:00
..
__init__.py
Start adding some files..
2022-03-16 22:14:30 +08:00
asr_datamodule.py
Start adding some files..
2022-03-16 22:14:30 +08:00
beam_search.py
sort imports
2022-08-01 20:49:52 -07:00
conformer.py
sort imports
2022-08-01 20:49:52 -07:00
decode_stream.py
Using streaming conformer as transducer encoder (
#380
)
2022-06-28 00:18:54 +08:00
decode.py
Using streaming conformer as transducer encoder (
#380
)
2022-06-28 00:18:54 +08:00
decoder.py
sort imports
2022-08-01 20:49:52 -07:00
encoder_interface.py
Add remaining files in pruned_transducer_stateless2
2022-03-17 11:17:52 +08:00
export.py
Using streaming conformer as transducer encoder (
#380
)
2022-06-28 00:18:54 +08:00
joiner.py
sort imports
2022-08-01 20:49:52 -07:00
model.py
sort imports
2022-08-01 20:49:52 -07:00
optim.py
Code style check for librispeech pruned transducer stateless2 (
#308
)
2022-04-11 22:15:18 +08:00
pretrained.py
Using streaming conformer as transducer encoder (
#380
)
2022-06-28 00:18:54 +08:00
scaling.py
CTC attention model with reworked Conformer encoder and reworked Transformer decoder (
#462
)
2022-07-22 15:31:25 +08:00
streaming_beam_search.py
Add modified_beam_search for streaming decode (
#489
)
2022-07-25 16:53:23 +08:00
streaming_decode.py
Add modified_beam_search for streaming decode (
#489
)
2022-07-25 16:53:23 +08:00
test_model.py
Using streaming conformer as transducer encoder (
#380
)
2022-06-28 00:18:54 +08:00
train.py
Add stats about duration and padding proportion (
#485
)
2022-07-25 16:40:43 +08:00