From 0dd58d96a03621fca9cfdf799f7444d2ca477837 Mon Sep 17 00:00:00 2001 From: Shreyas S <96978606+Zhreyu@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:22:29 +0530 Subject: [PATCH] Fixed typos (#26810) Update feature_extractor.md --- docs/source/en/main_classes/feature_extractor.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/en/main_classes/feature_extractor.md b/docs/source/en/main_classes/feature_extractor.md index 029034fa60..d79c531be6 100644 --- a/docs/source/en/main_classes/feature_extractor.md +++ b/docs/source/en/main_classes/feature_extractor.md @@ -16,10 +16,7 @@ rendered properly in your Markdown viewer. # Feature Extractor -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 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. +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. ## FeatureExtractionMixin