Does torchaudio.compliance.kaldi.spectrogram only currently support vectors?
When feeding a tensor of shape torch.Size([2, 276858]) the result is not what's expected, yet there is no error. I would expect a "train pattern" to be visible, as in the second figure below.
This is what kaldi gives

This is what torchaudio.transforms.spectrogram gives

The "train pattern" is also visible on academo.org.