You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
按照你的流程步骤(数据和程序都下载下来了),执行:run_demo.sh报错:
INFO : Start montreal forced align
/home/chwbin/workplace/MTTS-master/tools/montreal-forced-aligner/bin/mfa_align data/thchs30_250_demo/output/wav /home/chwbin/workplace/MTTS-master/misc/mandarin_mtts.lexicon /home/chwbin/workplace/MTTS-master/misc/thchs30.zip data/thchs30_250_demo/output/textgrid
Setting up corpus information...
Number of speakers in corpus: 1, average number of utterances per speaker: 250.0
Creating dictionary information...
Setting up training data...
Calculating MFCCs...
Traceback (most recent call last):
File "aligner/command_line/align.py", line 186, in
args.acoustic_model_path.lower(), ', '.join(PRETRAINED_LANGUAGES))))
File "aligner/command_line/align.py", line 146, in validate_args
a.export_textgrids()
File "aligner/command_line/align.py", line 93, in align_corpus
else:
File "aligner/aligner/pretrained.py", line 71, in init
return os.path.join(self.temp_directory, 'model')
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
self.write()
File "aligner/corpus.py", line 859, in _combine_feats
self.figure_utterance_lengths()
FileNotFoundError: [Errno 2] No such file or directory: '/home/chwbin/Documents/MFA/wav/train/mfcc/raw_mfcc.0.scp'
Failed to execute script align
The text was updated successfully, but these errors were encountered:
@marsoyang1 Hi! Did you installed libatlas3-base on centos system successfuly? I also can not find a way to ressolve this problem..... Thank you very much!
按照你的流程步骤(数据和程序都下载下来了),执行:run_demo.sh报错:
INFO : Start montreal forced align
/home/chwbin/workplace/MTTS-master/tools/montreal-forced-aligner/bin/mfa_align data/thchs30_250_demo/output/wav /home/chwbin/workplace/MTTS-master/misc/mandarin_mtts.lexicon /home/chwbin/workplace/MTTS-master/misc/thchs30.zip data/thchs30_250_demo/output/textgrid
Setting up corpus information...
Number of speakers in corpus: 1, average number of utterances per speaker: 250.0
Creating dictionary information...
Setting up training data...
Calculating MFCCs...
Traceback (most recent call last):
File "aligner/command_line/align.py", line 186, in
args.acoustic_model_path.lower(), ', '.join(PRETRAINED_LANGUAGES))))
File "aligner/command_line/align.py", line 146, in validate_args
a.export_textgrids()
File "aligner/command_line/align.py", line 93, in align_corpus
else:
File "aligner/aligner/pretrained.py", line 71, in init
return os.path.join(self.temp_directory, 'model')
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
self.write()
File "aligner/corpus.py", line 859, in _combine_feats
self.figure_utterance_lengths()
FileNotFoundError: [Errno 2] No such file or directory: '/home/chwbin/Documents/MFA/wav/train/mfcc/raw_mfcc.0.scp'
Failed to execute script align
The text was updated successfully, but these errors were encountered: