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

Good ISTFT configuration for lower-resolution inputs #53

Open
janvainer opened this issue Jun 10, 2024 · 0 comments
Open

Good ISTFT configuration for lower-resolution inputs #53

janvainer opened this issue Jun 10, 2024 · 0 comments

Comments

@janvainer
Copy link

Hi I am trying to train Vocos on features with lower time resolution.

The vanilla params are:

        n_fft: 1024
        hop_length: 256

what my experiments use:

        n_fft: 1920
        hop_length: 480

The result speaks but the voice quality is much worse compared to the vanilla training.
Could you please recommend some adjustments that might help with the output quality for the mentioned stft setup?

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