voice_clone / transformers /utils /test_module /custom_feature_extraction.py
ahassoun's picture
Upload 3018 files
ee6e328
raw
history blame contribute delete
117 Bytes
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass