JuanFMontesinos / Acappella-YNet

Official implementation of A cappella: Audio-visual Singing VoiceSeparation, from BMVC21
https://ipcv.github.io/Acappella/
14 stars 4 forks source link

There was a problem when I was executing on Colab, #6

Closed 110wuqu closed 2 years ago

110wuqu commented 2 years ago

state_dict = load(path, map_location=lambda storage, loc: storage)

UnpicklingError: invalid load key, '<'.

JuanFMontesinos commented 2 years ago

Hi, my guess is it's all about the new pytorch version (1.11) as this was coded ffor 1.10 I will have a look at it

JuanFMontesinos commented 2 years ago

Hi, It's fixed now. It seems GoogleDriveDownloader is no longer maintained and I replaced that by gdown. Also sticked to pytorch 1.10