ming024 / FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
MIT License
1.69k stars 515 forks source link

preprocess.py #230

Open gaoyiyao opened 1 month ago

gaoyiyao commented 1 month ago

(FastSpeech) root@autodl-container-66ee44be9a-c385597c:~/FastSpeech2-master# python3 preprocess.py config/LJSpeech/preprocess.yaml Traceback (most recent call last): File "preprocess.py", line 14, in preprocessor = Preprocessor(config) File "/root/FastSpeech2-master/preprocessor/preprocessor.py", line 43, in init self.STFT = Audio.stft.TacotronSTFT( File "/root/FastSpeech2-master/audio/stft.py", line 145, in init mel_basis = librosa_mel_fn( TypeError: mel() takes 0 positional arguments but 5 were given