Closed AyaneAI closed 3 years ago
Thanks for your great contribution. I try to download "vggsound_avgpool" of model H, but the file is damaged. It is appreciated it if you can upload the file again!
Actually, I found that you can just load the .tar model file directly with torch.load and it works.
.tar
torch.load
checkpoint = torch.load('vggsound_avgpool.pth.tar')
Thanks for your great contribution. I try to download "vggsound_avgpool" of model H, but the file is damaged. It is appreciated it if you can upload the file again!