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
/
libriheavy
/
ASR
/
zipformer
History
marcoyang1998
754ac00509
add more normalizations such as number/year to words; fix a few bugs when feeding input to WER computation
2023-07-20 15:50:50 +08:00
..
asr_datamodule.py
change the valid/test sets; only do simple normalization in the dataloader, i.e only replace full-width symbol, replace double hyphen with space
2023-07-19 11:00:07 +08:00
beam_search.py
add files for decoding
2023-07-19 22:05:53 +08:00
decode.py
add more normalizations such as number/year to words; fix a few bugs when feeding input to WER computation
2023-07-20 15:50:50 +08:00
decoder.py
add necessary files for training
2023-07-19 22:04:11 +08:00
encoder_interface.py
add necessary files for training
2023-07-19 22:04:11 +08:00
joiner.py
add necessary files for training
2023-07-19 22:04:11 +08:00
model.py
add necessary files for training
2023-07-19 22:04:11 +08:00
optim.py
initial commit for zipformer recipe
2023-07-18 11:42:19 +08:00
scaling_converter.py
initial commit for zipformer recipe
2023-07-18 11:42:19 +08:00
scaling.py
initial commit for zipformer recipe
2023-07-18 11:42:19 +08:00
subsampling.py
initial commit for zipformer recipe
2023-07-18 11:42:19 +08:00
text_normalization.py
add more normalizations such as number/year to words; fix a few bugs when feeding input to WER computation
2023-07-20 15:50:50 +08:00
train.py
add necessary files for training
2023-07-19 22:04:11 +08:00
zipformer.py
initial commit for zipformer recipe
2023-07-18 11:42:19 +08:00