mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
* mgb2 * mgb2 * adding pruned transducer stateless to mgb2 * update display_manifest_statistics.py * . * stateless transducer MGB-2 * Update README.md * Update RESULTS.md * Update prepare_lang_bpe.py * Update asr_datamodule.py * .nfs removed * Adding symlink * . * resolving conflicts * Update .gitignore * black formatting * Update compile_hlg.py * Update compute_fbank_musan.py * Update convert_transcript_words_to_tokens.py * Update download_lm.py * Update generate_unique_lexicon.py * adding simlinks * fixing symbolic links
36 lines
338 B
Plaintext
36 lines
338 B
Plaintext
icefall.egg-info/
|
|
data
|
|
__pycache__
|
|
path.sh
|
|
exp
|
|
exp*/
|
|
*.pt
|
|
download
|
|
dask-worker-space
|
|
log
|
|
*.bak
|
|
*-bak
|
|
*bak.py
|
|
|
|
# Ignore Mac system files
|
|
.DS_store
|
|
|
|
# Ignore node_modules folder
|
|
node_modules
|
|
|
|
# ignore .nfs
|
|
|
|
.nfs*
|
|
|
|
# Ignore all text files
|
|
*.txt
|
|
|
|
# Ignore files related to API keys
|
|
.env
|
|
|
|
# Ignore SASS config files
|
|
.sass-cache
|
|
|
|
*.param
|
|
*.bin
|