transformers / utils /test_module /custom_feature_extraction.py
AbdulElahGwaith's picture
Upload folder using huggingface_hub
a9bd396 verified
raw
history blame contribute delete
117 Bytes
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass