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
this forward method will have a timebin_dur argument so it can convert vector of labeled time bins / frames to a sequence of intervals with start and stop times + labels, i.e. segments with onset + offset times
save timebin duration to spectrogram files, so they are handy when loaded
add convenience function / transform that's easy to instantiate and converts a spectrogram to a batch of consecutive, non-overlapping windows + a padding mask when padding is needed to create the rectangular batch of windows
this probably exists as something like EvalTransform already but not sure how easy it is to use outside of vak.core internals
The text was updated successfully, but these errors were encountered:
forward
method toWindowedFrameClassificationModel
described in ENH: Add abstraction that represents family of models that classify frames / time bins from spectrogram windows #603forward
method will have atimebin_dur
argument so it can convert vector of labeled time bins / frames to a sequence of intervals with start and stop times + labels, i.e. segments with onset + offset timesEvalTransform
already but not sure how easy it is to use outside ofvak.core
internalsThe text was updated successfully, but these errors were encountered: