ニュース

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 ...
Describe the issue: numpy.unwrap produces incorrect or misleading results when given unsigned integer arrays as input—especially when the sequence contains decreasing values.