MontrealCorpusTools / Montreal-Forced-Aligner

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

[30191] Failed to execute script train_and_align #165

Open zzw922cn opened 4 years ago

zzw922cn commented 4 years ago

Hello, when I run train_and_align without dictionary, I met such an error as following. It occurred after mono phone has been finished.

Creating dictionary information...
Using previous MFCCs
Number of speakers in corpus: 1, average number of utterances per speaker: 3014.0
Monophone training already done, using previous final.mdl
Initializing triphone training...
Traceback (most recent call last):
  File "aligner/command_line/train_and_align.py", line 169, in <module>
  File "aligner/command_line/train_and_align.py", line 116, in align_corpus_no_dict
  File "aligner/aligner/trainable.py", line 83, in train_tri
  File "aligner/aligner/base.py", line 330, in _init_tri
FileNotFoundError: [Errno 2] No such file or directory: '/Users/alpha/Documents/MFA/dingdangf007_wav_lab_for_MFA/tri/0.occs' -> '/Users/alpha/Documents/MFA/dingdangf007_wav_lab_for_MFA/tri/1.occs'
[30191] Failed to execute script train_and_align
RickyL-2000 commented 2 years ago

I met the same problem, have you dealt with it?

zzw922cn commented 2 years ago

Not yet, I have not triedMFA since then...

latheeshvm commented 1 year ago

Facing the same issue