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
In WindowingAugmentation.augment(), the signal is indexed with window_samples = self.window_length * sr, which is float-valued. This raises a TypeError when indexing into the signal is performed on line 32.
The text was updated successfully, but these errors were encountered:
In
WindowingAugmentation.augment()
, the signal is indexed withwindow_samples = self.window_length * sr
, which is float-valued. This raises aTypeError
when indexing into the signal is performed on line 32.The text was updated successfully, but these errors were encountered: