vak.datapipes.frame_classificationΒΆ

Modules

constants

helper

Helper functions used with frame classification datasets.

infer_datapipe

A datapipe class used for neural network models with the frame classification task, where the source data consists of audio signals or spectrograms of varying lengths.

metadata

A dataclass that represents metadata associated with a frame classification dataset, as generated by vak.core.prep.frame_classification.prep_frame_classification_dataset()

train_datapipe

A dataset class used for neural network models with the frame classification task, where the source data consists of audio signals or spectrograms of varying lengths.