FastSpeech2 icon indicating copy to clipboard operation
FastSpeech2 copied to clipboard

preprocess.py

Open gaoyiyao opened this issue 9 months ago • 0 comments

(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

gaoyiyao avatar May 29 '24 11:05 gaoyiyao