Maclory / Deep-Iterative-Collaboration

Pytorch implementation of Deep Face Super-Resolution with Iterative Collaboration between Attentive Recovery and Landmark Estimation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Invalid magic number; corrupt file?

LeoAKALiu opened this issue · comments

commented

Hi! When test.py read the pre-trained model 'CelebA_test.pkl', RuntimeError raised.

It seems that something went wrong to read pkl file with torch.load() function.