-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FileNotFoundError: [Errno 2] No such file or directory: '/root/Documents/MFA/wav/train/mfcc/raw_mfcc.0.scp' #91
Comments
i got an error same as you.
|
Hi both, could you please let me know what system this is running on, as well as any errors in |
@mmcauliffe yes,exractly!I just don't understand where the path |
FileNotFoundError: [Errno 2] No such file or directory: '/data1/MFATMP/B17B4EBE56E267927823E331D29E6E0C/train/mfcc/raw_mfcc.0.scp' I got the same error when I used centos 7.0 (but ubuntu 14.04 works well). cat make_mfcc.0.log |
@shartoo @mmcauliffe After a little debugging, I found out that, in the corpus.py file, these two files (feats.scp, cmvn.scp ) are never written. I created a branch to fix the issue but its not complete. |
@chenbblei try
|
@Jackiexiao Did you compile it from source? |
@Jackiexiao @sirifarif @chenbblei I have ran the command
nothing changed..
umber of speakers in corpus: 1, average number of utterances per speaker: 1340.0
|
@shartoo That directory is created to store temporary files needed by Kaldi. The make_mfcc.0.log file will give error outputs when calling the Kaldi binary that creates MFCCs ( @sirifarif There shouldn't be any explicit creation of those files, they get created following successful calling of the I'll try to add some better messages for when feature generation doesn't work, but that won't fix the underlying issue, which is probably that it's lacking a link to a particular library. The workaround here: https://groups.google.com/forum/#!topic/mfa-users/1ov2CBSGMvQ for creating a link to a different version of openblas might fix the issue (if the same illegal instructions error is what's causing this). |
It does! I needed a minor adjustment to the sym link path - precisely:
|
@johndouglascm Thank you,it really work. |
Ok, this should now be fixed in Beta 2 (https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner/releases/tag/v1.1.0-beta.2) |
Hello I am having this Error, any help from anyone FileNotFoundError: [Errno 2] No such file or directory: 'MFA/audio_file/corpus_data/split3/utterance_lengths.0.scp. |
It work for me by: |
solved perfectly,thx. |
I got the errors below,pelease help me to solve it
Calculating MFCCs...
Traceback (most recent call last):
File "aligner/command_line/align.py", line 186, in
File "aligner/command_line/align.py", line 146, in validate_args
File "aligner/command_line/align.py", line 93, in align_corpus
File "aligner/aligner/pretrained.py", line 71, in init
File "aligner/aligner/pretrained.py", line 117, in setup
File "aligner/aligner/base.py", line 80, in setup
File "aligner/corpus.py", line 970, in initialize_corpus
File "aligner/corpus.py", line 848, in create_mfccs
File "aligner/corpus.py", line 859, in _combine_feats
FileNotFoundError: [Errno 2] No such file or directory: '/root/Documents/MFA/wav/train/mfcc/raw_mfcc.0.scp'
Failed to execute script align
The text was updated successfully, but these errors were encountered: