Hello,
I would like to use the Resample class for up/down sampling the learned features during the training. Exactly the same way as F.interpolate. However, the batch dimension is not accepted by the Resample class so that I need to reshape the tensor to have only the channel and temporal dimensions.
Any help on how to resample a batch of waveforms/multi-channel features without any need to reshape?
Thanks in advance.