_pickle.UnpicklingError: invalid load key, '\x00'.
Hi all!
while running sample.py, this error comes up
Traceback (most recent call last):
File "sample.py", line 85, in
Any solution for this..?
I got the same error. Please help me out. Thanks in advance :)
Try using torch.load instead of pickle.load.
I am getting the exact same error regardless of if I use pickle.load or torch.load. Any help would be appreciated.
UnpicklingError: invalid load key, '\x00'.
@dmichaels713 Can you post more information like the PyTorch version, Python version, etc being used by you?
I am facing the same problem, could one of you guys come with a solution? That would be really helpful for me.