vak.datasets.frame_classification#

Modules

vak.datasets.frame_classification.constants

vak.datasets.frame_classification.frames_dataset

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.

vak.datasets.frame_classification.helper

Helper functions used with frame classification datasets.

vak.datasets.frame_classification.metadata

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

vak.datasets.frame_classification.window_dataset

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.