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 binary error #309

Open dsli208 opened 2 years ago

dsli208 commented 2 years ago

When trying to run mfa_validate after incorporating a randomly generated sample of wav and lab files, I am running into this error: montreal_forced_aligner.exceptions.KaldiProcessingError: There was one or more errors when running Kaldi binaries.

I haven't worked too much with the MFA, let alone Kaldi binaries (this is the first time I've heard of such a thing), so I'm not too sure what would cause such an issue. It seems to cause minor issues well when trying to train with mfa align. Would anyone happen to know what would generally be causing a KaldiProcessingError and how I could resolve it?

mmcauliffe commented 2 years ago

Can you update to the latest version? There's an additional check for a common issue with an incompatible platform that the binaries weren't compiled for. If that doesn't pop up (and following the compilation instructions for Kaldi doesn't fix the issue), could you paste any of the errors in the align.log file in the ~/Documents/MFA temporary directory for your corpus?

dsli208 commented 2 years ago

What command do I use to update the MFA?