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
I trained a model and with the output, some parts of it sound squeaky and other parts sound deeper than usual.
python main.py -i input.wav -m exp/reflowvae-wavenet-attention/model_3400.pt -o output.wav -k 0 -f 0 -tid 1 -step 50
Above is the command I'm using. I'm confused as to why it's doing this.
The text was updated successfully, but these errors were encountered:
Did you use a pretrained model? If not, 3400 training steps is not enough for convergence and requires at least several hours of audio data
Sorry, something went wrong.
Yes, I did use a pretrained model. I managed to actually fix the issue by turning on pitch augmentation in the config settings.
No branches or pull requests
I trained a model and with the output, some parts of it sound squeaky and other parts sound deeper than usual.
python main.py -i input.wav -m exp/reflowvae-wavenet-attention/model_3400.pt -o output.wav -k 0 -f 0 -tid 1 -step 50
Above is the command I'm using. I'm confused as to why it's doing this.
The text was updated successfully, but these errors were encountered: