mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
- Added CHiME-4 dataset integration in asr_datamodule.py - Added Hugging Face upload script - Added RIR augmentation - Added Self-Distillation Training
19 lines
305 B
TOML
Executable File
19 lines
305 B
TOML
Executable File
[tool.isort]
|
|
profile = "black"
|
|
skip = ["icefall/__init__.py"]
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.github
|
|
)/
|
|
| make_kn_lm.py
|
|
| icefall\/__init__\.py
|
|
| icefall\/diagnostics\.py
|
|
| icefall\/profiler\.py
|
|
| egs\/librispeech\/ASR\/zipformer
|
|
| egs\/ljspeech\/TTS\/vits
|
|
'''
|