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

duration not predicted correctly #95

Open
theAayushbajaj opened this issue Apr 6, 2021 · 1 comment
Open

duration not predicted correctly #95

theAayushbajaj opened this issue Apr 6, 2021 · 1 comment

Comments

@theAayushbajaj
Copy link

I'm training on a custom dataset. The issue is, generated mels (after training forward) aren't equal to the ground truth mels. Due to this WaveRNN could not be trained as some datums would get corrupted during window calculation here.

One corrupted datum looks like this (mel,label pair)

mel_shape = (80, 311)
sig_offset = 79200
label shape (ground truth signal) = (77626,)
Label window shape = (0,)

See, the sig_offset value exceeds the length of the signal. Is there any mistake on my part or any suggestions?

Branch: master
Commit: e4ded5b

@cfrancesco
Copy link
Contributor

Hi,
when producing the mels for WaveRNN (assuming you do want to use the predicted rather than the ground truth ones), you could do a validation step, using the ground truth durations. In this case the predicted mel durations will be equal to the ground truth mels.

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