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
As discussed in #1454, we are going to remove lazy initialization behavior from MelScale transform. This is a multi-release change. This issue tracks the changes.
Goal
Remove lazy initialization behavior from T.MelScale
Set a default value that aligns with Spectrogram.
Timeline
In release 0.9, we issue a warning when T.MelScale is constructed without valid value of n_stft, saying that the behavior is deprecated and will be removed in 0.10.
In release 0.10.0, we remove the code related to the lazy behavior.