Skip to content
New issue

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

preprocess.py #230

Open
gaoyiyao opened this issue May 29, 2024 · 0 comments
Open

preprocess.py #230

gaoyiyao opened this issue May 29, 2024 · 0 comments

Comments

@gaoyiyao
Copy link

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant