MontrealCorpusTools / Montreal-Forced-Aligner

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

[BUG] error using pretrained acoustic models #495

Closed YugwonWon closed 2 years ago

YugwonWon commented 2 years ago

Debugging checklist

[v ] Have you updated to latest MFA version? [v ] Have you tried rerunning the command with the --clean flag?

I am using mac os and I am using miniconda3 installed in python 3.8 environment. i use 1 wav_file, 1 text_file, 5sec length wav

Log file Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA).

Desktop (please complete the following information):

Additional context

mmcauliffe commented 2 years ago

You should be able to work around it by adding ".txt" or ".dict" to the dictionary file name. I'll add a better check for whether it should interpret it as a pretrained name versus a full path for the error, but you'll still have to have an explicit file extension.