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
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
The text was updated successfully, but these errors were encountered:
Solved like this:
pip install resampy==0.3.1
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: