Traceback (most recent call last): File "encode_images.py", line 80, in <module> main() File "encode_images.py", line 51, in main generator_network, discriminator_network, Gs_network = pickle.load(f) _pickle.UnpicklingError: invalid load key, '\x0a'.
I have duplicated pickle file in my Google drive as the quota was exceeding. But, now I am getting this error. Is is because of copying or something else ?
According to this Stackoverlow post , maybe the file itself has been corrupted. If it's the case , Is there any mirror link for the same file which can be used safely ?
Traceback (most recent call last): File "encode_images.py", line 80, in <module> main() File "encode_images.py", line 51, in main generator_network, discriminator_network, Gs_network = pickle.load(f) _pickle.UnpicklingError: invalid load key, '\x0a'.
I have duplicated pickle file in my Google drive as the quota was exceeding. But, now I am getting this error. Is is because of copying or something else ?
According to this Stackoverlow post , maybe the file itself has been corrupted. If it's the case , Is there any mirror link for the same file which can be used safely ?