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

[Bug] duration predictor safe guard #4

Open
OnceJune opened this issue Sep 27, 2021 · 1 comment
Open

[Bug] duration predictor safe guard #4

OnceJune opened this issue Sep 27, 2021 · 1 comment

Comments

@OnceJune
Copy link

OnceJune commented Sep 27, 2021

out.append(x_.repeat(int(d_), 1))

Runtime error when length predicted negative value.
Maybe need to modify to:
out.append(x_.repeat(max(int(d_), 0), 1))

@OnceJune
Copy link
Author

and for inference, seems exp and mel to linear is required before sending mel to griffinlim

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

1 participant