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

Is there any length limit of the music with this method?

Ramlinbird opened this issue · comments

Nice to see contrastive learning used in music area, is there any length limit? Is it possible to get meaningful representation (for example, hundreds dimension vector) of song (few minutes long) with this method? Look forward for your reply, thanks a lot.

@Spijkervet Hello, sorry to disturb. I tried change the audio_length, and it failed. I read the source code and found that the encoder of audio is sample_cnn which can't process variable size input? How did you solve this? Looking forward to your reply, thanks a lot.