idealwhite / tdanet

The pytorch implementation of the paper "text-guided neural image inpainting" at MM'2020 (oral)
85 stars 9 forks source link

*** _pickle.UnpicklingError: invalid load key, '\x1f'. when loading image_encoder_bird.pth #1

Closed jinx2018 closed 3 years ago

jinx2018 commented 3 years ago

Hi! When i reproducing your code, error occurs

*** _pickle.UnpicklingError: invalid load key, '\x1f'. When loading image_encoder_bird.pth using torch.load But loading image_encoder_coco.pth is fine So would you please re-upload this file or help check this problem?

idealwhite commented 3 years ago

The old image_encoder_bird.pth file was broken, and has been updated in the current rar file. You may download the current version and have a test.

jinx2018 commented 3 years ago

Thank you so much,