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

Padding = center? #4

Open
kmn1024 opened this issue Nov 4, 2024 · 0 comments
Open

Padding = center? #4

kmn1024 opened this issue Nov 4, 2024 · 0 comments

Comments

@kmn1024
Copy link

kmn1024 commented Nov 4, 2024

Thank you for this repository!

I have a model which produces mel spectrograms using "padding: center" instead of "padding: same". For that reason, I want to train a WaveNext model with "padding: center". However, just setting padding to "center" in the configs doesn't work - the output length of WaveNextHead needs to be trimmed to hop_length * (C - 1) (where C is the sequence length).

I'm wondering if you have suggestions on what can be done to get the output length of WaveNextHead to that.

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