vak.transforms.defaults.frame_classification.PredictItemTransform#

class vak.transforms.defaults.frame_classification.PredictItemTransform(window_size, spect_standardizer=None, padval=0.0, return_padding_mask=True, channel_dim=1)[source]#

Bases: object

Default transform used when using trained frame classification models to make predictions.

Returned item includes “source” spectrogram reshaped into a stack of windows, with padded added to make reshaping possible. If return_padding_mask is True, item includes ‘padding_mask’ that can be used to crop off any predictions made on the padding.

__init__(window_size, spect_standardizer=None, padval=0.0, return_padding_mask=True, channel_dim=1)[source]#

Methods

__init__(window_size[, spect_standardizer, ...])