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
Thanks for implementing adaspeech, I'm confused why convert average mel to integer.
because the mel spectrogram frame is a matrix, if you want to slice it you have to convert float to int :D
I don't mean this.I mean why use "//" op here,this op converts average mel to integer.Maybe should use "mel[:, int(start):int(end)], axis=1)/np.array(end - start)" ?
AdaSpeech/preprocessor/preprocessor.py
Line 336 in 64f15c4
The text was updated successfully, but these errors were encountered: