@@ -16,10 +16,7 @@ rendered properly in your Markdown viewer.
|
|||||||
|
|
||||||
# Feature Extractor
|
# Feature Extractor
|
||||||
|
|
||||||
A feature extractor is in charge of preparing input features for audio or vision models. This includes feature extraction
|
A feature extractor is in charge of preparing input features for audio or vision models. This includes feature extraction from sequences, e.g., pre-processing audio files to generate Log-Mel Spectrogram features, feature extraction from images, e.g., cropping image files, but also padding, normalization, and conversion to NumPy, PyTorch, and TensorFlow tensors.
|
||||||
from sequences, *e.g.*, pre-processing audio files to Log-Mel Spectrogram features, feature extraction from images
|
|
||||||
*e.g.* cropping image image files, but also padding, normalization, and conversion to Numpy, PyTorch, and TensorFlow
|
|
||||||
tensors.
|
|
||||||
|
|
||||||
|
|
||||||
## FeatureExtractionMixin
|
## FeatureExtractionMixin
|
||||||
|
|||||||
Reference in New Issue
Block a user