You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: