bacpipe.model_pipelines.feature_extractors.birdmae

Classes

AutoFeatureExtractor()

This is a generic feature extractor class that will be instantiated as one of the feature extractor classes of the library when created with the [AutoFeatureExtractor.from_pretrained] class method.

AutoModel(*args, **kwargs)

This is a generic model class that will be instantiated as one of the base model classes of the library when created with the [~AutoModel.from_pretrained] class method or the [~AutoModel.from_config] class method.

Model(**kwargs)

ModelBaseClass(sr, segment_length, model_name)

class bacpipe.model_pipelines.feature_extractors.birdmae.Model(**kwargs)[source]

Bases: ModelBaseClass

preprocess(audio)[source]