Truong / MMAudio-main /transformers /utils /test_module /custom_feature_extraction.py
Doaneer's picture
Upload 5065 files
e0be88b verified
raw
history blame contribute delete
117 Bytes
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass