This folder contains the scripts to train an HMM-DNN based alignment system. It supports Viterbi, Forward, and CTC training. TIMIT is a speech dataset available from LDC: https://catalog.ldc.upenn.edu/LDC93S1
python train.py train/train.yaml
| Release | hyperparams file | Test Accuracy | Model link | GPUs |
|---|---|---|---|---|
| 20-05-22 | train.yaml | 79.55 | model | 1xV100 32GB |
About 2 minutes for each epoch with a TESLA V100.
- Website: https://speechbrain.github.io/
- Code: https://github.com/speechbrain/speechbrain/
- HuggingFace: https://huggingface.co/speechbrain/
Please, cite SpeechBrain if you use it for your research or business.
@misc{speechbrain,
title={{SpeechBrain}: A General-Purpose Speech Toolkit},
author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
year={2021},
eprint={2106.04624},
archivePrefix={arXiv},
primaryClass={eess.AS},
note={arXiv:2106.04624}
}