Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TypeError: melspectrogram() takes 0 positional arguments but 2 positional arguments (and 2 keyword-only arguments) were given #1302

Open
Yomag84 opened this issue Jun 18, 2024 · 1 comment

Comments

@Yomag84
Copy link

Yomag84 commented Jun 18, 2024

Hi, Got this error when testing with the demo_cli.py

TypeError: melspectrogram() takes 0 positional arguments but 2 positional arguments (and 2 keyword-only arguments) were given

The arguments below are the first output before the error.
Arguments:
enc_model_fpath: saved_models\default\encoder.pt
syn_model_fpath: saved_models\default\synthesizer.pt
voc_model_fpath: saved_models\default\vocoder.pt
cpu: False
no_sound: False
seed: None

Running a test of your configuration...

Using CPU for inference.

Preparing the encoder, the synthesizer and the vocoder...
Loaded encoder "encoder.pt" trained to step 1564501
Synthesizer using device: cpu
Building Wave-RNN
Trainable Parameters: 4.481M
Loading model weights at saved_models\default\vocoder.pt
Testing your configuration with small inputs.
Testing the encoder...

somebody help.

@tatarenstas
Copy link

#1176
Its must help you

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

No branches or pull requests

2 participants