"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "f1a4c4ead5a5ae8654016229971abb4d1df70725"
Unverified Commit 0dd58d96 authored by Shreyas S's avatar Shreyas S Committed by GitHub
Browse files

Fixed typos (#26810)

Update feature_extractor.md
parent 21dc5859
...@@ -16,10 +16,7 @@ rendered properly in your Markdown viewer. ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment