icefall/pyproject.toml
jaeeunbaik 915e8e399c Add CHiME-4 dataset, RIR and Self-Distillation
- Added CHiME-4 dataset integration in asr_datamodule.py
- Added Hugging Face upload script
- Added RIR augmentation
- Added Self-Distillation Training
2025-08-27 16:11:20 +09:00

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
'''