View Source Bumblebee.Featurizer behaviour (Bumblebee v0.1.2)
An interface for configuring and applying featurizers.
A featurizer is used to convert raw data into model input.
Every module implementing this behaviour is expected to also define a configuration struct.
Link to this section Summary
Callbacks
Performs feature extraction on the given input.
Link to this section Types
@type t() :: Bumblebee.Configurable.t()
Link to this section Callbacks
Performs feature extraction on the given input.