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

Error using mel generated from glow-tts for hifi-gan training #66

Open
ankurdhuriya opened this issue Feb 18, 2022 · 1 comment
Open

Comments

@ankurdhuriya
Copy link

getting error - RuntimeError: stack expects each tensor to be equal size, but got [8192] at entry 0 and [8129] at entry 12

Do anyone have a solution to do it ?

@OnceJune
Copy link

OnceJune commented Mar 1, 2022

You should either:

  1. Drop the too short audio;
  2. Pad the too short audio to segment length with zeros at the end.

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

2 participants