test-dynamic-processor / custom_feature_extraction.py
ydshieh's picture
ydshieh HF staff
commit files to HF hub
990cd1d
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass