fourson / DeblurGAN-pytorch

An easy-to-read implementation of DeblurGAN
56 stars 16 forks source link

_pickle.UnpicklingError: invalid load key, 'v'. #2

Closed nelaturuharsha closed 5 years ago

nelaturuharsha commented 5 years ago

Thank you so much for the code, and open sourcing the weights. When trying to use the checkpoint files for testing/deblurring I am getting "_pickle.UnpicklingError: invalid load key, 'v'."

Python Version : 3.6.3 Torch Version : 1.1.0

It seems to be a problem with the pickle library, what is the workaround?