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
496 B
ReStructuredText
Executable File

FST-based forced alignment
==========================
This section describes how to perform **FST-based** ``forced alignment`` with models
trained by `CTC`_ loss.
We use `CTC FORCED ALIGNMENT API TUTORIAL <https://pytorch.org/audio/main/tutorials/ctc_forced_alignment_api_tutorial.html>`_
from `torchaudio`_ as a reference in this section.
Different from `torchaudio`_, we use an ``FST``-based approach.
.. toctree::
:maxdepth: 2
:caption: Contents:
diff
kaldi-based
k2-based