News

I have made some 2D numpy arrays (values between 0~1 , black and white, 1 channel) that I would like to train them as images for classification, I was wondering if it's possible to pass the arrays to ...
The Wav2Vec2FeatureExtractor currently only accepts input as a list of 1D NumPy arrays due to hardcoded padding logic in its base class SequenceFeatureExtractor. This restricts its use to raw waveform ...