We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(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
The text was updated successfully, but these errors were encountered: