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
Hello! While training my model, I used MelSpectrogram function and realized that after few epochs(15-10), the mel basis(mel filterbank) are stuck and donot change at all. I even tried increasing the learning rate and loss regularization. Could you let me know what is wrong with it?
The text was updated successfully, but these errors were encountered:
The mel filterbanks should update according to the gradient. Can you compare the gradient for the mel filterbanks between the first few epochs and the epochs when it stops updating?
I feel like that the gradient becomes zeros and hence it stops updating.
Hello! While training my model, I used MelSpectrogram function and realized that after few epochs(15-10), the mel basis(mel filterbank) are stuck and donot change at all. I even tried increasing the learning rate and loss regularization. Could you let me know what is wrong with it?
The text was updated successfully, but these errors were encountered: