You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: