Fixed typos (#26810)

Update feature_extractor.md
This commit is contained in:
Shreyas S
2023-10-16 13:22:29 +05:30
committed by GitHub
parent 21dc585942
commit 0dd58d96a0

View File

@@ -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