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

TypeError: guvectorize() missing 1 required positional argument 'signature' #155

Open
nafonelli opened this issue Sep 1, 2022 · 1 comment

Comments

@nafonelli
Copy link

When training from scratch using: python3 train.py -c config.json -p train_config.output_directory=outdir data_config.use_attn_prior=1

I get the following error: TypeError: guvectorize() missing 1 required positional argument 'signature'

I'm using the LJSpeech dataset, the traceback starts in 'train.py' on line 27 which appears to be when it imports data and datacollate

Apologies if this is trivial, I'm new to this!

Many thanks for any suggestions

@egorsmkv
Copy link

Solved like this:

pip install resampy==0.3.1

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

2 participants