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'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)
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.
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)
See, the sig_offset value exceeds the length of the signal. Is there any mistake on my part or any suggestions?
The text was updated successfully, but these errors were encountered: