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
Melgan vocoder can convert the real melspectrogram to waveform well, but I find that there is a problem when melgan vocoder convert the "model output melspectrogram". The melspectrogram extracted from audio is this.
and this one is my autoencoder output:
I find that melgan cannot generate good waveform from second one, but the first one is good. (This melspectrogram is not in the training set of my melgan vocoder) Is this the overfitting problem or something else?
The text was updated successfully, but these errors were encountered:
No, but maybe we can try to solve it. Does it make sense that we feed the melspectrogram output generated by pretrained autoencoder as training data of MelGAN?
Melgan vocoder can convert the real melspectrogram to waveform well, but I find that there is a problem when melgan vocoder convert the "model output melspectrogram". The melspectrogram extracted from audio is this.
and this one is my autoencoder output:
I find that melgan cannot generate good waveform from second one, but the first one is good. (This melspectrogram is not in the training set of my melgan vocoder) Is this the overfitting problem or something else?
The text was updated successfully, but these errors were encountered: