GAMA / hf /transformers /utils /test_module /custom_feature_extraction.py
sonalkum's picture
bug fix
fa57c60
raw
history blame
117 Bytes
from transformers import Wav2Vec2FeatureExtractor
class CustomFeatureExtractor(Wav2Vec2FeatureExtractor):
pass