Spijkervet / CLMR

Official PyTorch implementation of Contrastive Learning of Musical Representations

Home Page:https://arxiv.org/abs/2103.09410

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Sizes of tensors must match except in dimension 0. Got 59049 and 1 in dimension 1 (The offending index is 1)

980202006 opened this issue · comments

aa.shape torch.Size([1, 1]) zz.shape torch.Size([1, 59049])
This is caused by RandomApply(
p=0.6
<torchaudio_augmentations.augmentations.pitch_shift.PitchShift object at 0x7ffaf7365350>
)

commented

This has been fixed in the latest commits, thanks!