mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00

* Rework AutoFeatureExtractor.from_pretrained internal * Custom feature extractor * Add more tests * Add support for custom feature extractor code * Clean up
6 lines
117 B
Python
6 lines
117 B
Python
from transformers import Wav2Vec2FeatureExtractor
|
|
|
|
|
|
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
|
|
pass
|