[ x] Have you updated to latest MFA version?
[ x] Have you tried rerunning the command with the --clean flag?
Describe the issue
A clear and concise description of what the bug is.
when run the command: mfa align --clean audio_and_label_folder english english output_dir.
error: FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/Documents/MFA/my_data/corpus_data/split1/feats.english.0.scp'
seems the mfcc is not working. But I have installed kaldi and put the correct path in ~/.bashrc.
For Reproducing your issue
Please fill out the following:
`mfa align --clean audio_and_label_folder english english output_dir.
audio_and_label_folder includes: wav and lab files.
Corpus structure
What language is the corpus in? english
How many files/speakers? 1510
Are you using lab files or TextGrid files for input? lab
Dictionary
Are you using a dictionary from MFA? If so, which one? english
If it's a custom dictionary, what is the phoneset?
Acoustic model
If you're using an acoustic model, is it one download through MFA? If so, which one? english
If it's a model you've trained, what data was it trained on?
Log file
Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA).
log file is empty
Desktop (please complete the following information):
OS: [e.g. Windows, OSX, Linux]
Version [e.g. MacOSX 10.15, Ubuntu 20.04, Windows 10, etc] ubuntu 18
Any other details about the setup (Cloud, Docker, etc)
Additional context
Add any other context about the problem here.
Debugging checklist
[ x] Have you updated to latest MFA version? [ x] Have you tried rerunning the command with the
--clean
flag?Describe the issue A clear and concise description of what the bug is. when run the command:
mfa align --clean audio_and_label_folder english english output_dir
. error:FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/Documents/MFA/my_data/corpus_data/split1/feats.english.0.scp'
seems the mfcc is not working. But I have installed kaldi and put the correct path in ~/.bashrc.
For Reproducing your issue Please fill out the following: `mfa align --clean audio_and_label_folder english english output_dir. audio_and_label_folder includes: wav and lab files.
Log file Please attach the log file for the run that encountered an error (by default these will be stored in
~/Documents/MFA
). log file is emptyDesktop (please complete the following information):
Additional context Add any other context about the problem here.