MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.26k stars 242 forks source link

Kaldi nnet3 support #8

Open migueljette opened 7 years ago

migueljette commented 7 years ago

Hi Michael,

How difficult do you think it would be to allow using "nnet2" or "nnet3" models for alignment purposes? I'm interested in using your tool with my own models, but my most powerful models are nnet ones.

Thanks! Miguel p.s.: Nice work on this tool! Seems very cool!

mmcauliffe commented 7 years ago

We definitely hope to support the neural network aspects of Kaldi in the future. At the time that I started working on this, the nnet architecture was still pretty experimental, though I think it's stabilized somewhat. My impression is that most of the work going forward on Kaldi will use the nnet3, so that's what I have on my list to do in the future.

migueljette commented 7 years ago

Hi Michael, Yes, I agree with you... nnet3 is definitely the way to go! I'm excited to see when this gets integrated. I'll follow your project! Thanks for your quick response!

tbright17 commented 6 years ago

Any progress on adding nnet3 support? I forked this repo and now is training the nnet3 tdnn model using librispeech. I will see if it works.