PPGNet icon indicating copy to clipboard operation
PPGNet copied to clipboard

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

Open ZhouRunancy opened this issue 5 years ago • 3 comments

Thank you for your work, I have some problems in implementing your code, I hope you can help me solve it in your busy schedule, thank you 1574150119(1)

ZhouRunancy avatar Nov 19 '19 07:11 ZhouRunancy

You might be missing the proper files in ckpt/backbone which are not usually present due to their size when doing git-clone.

ondrejvalusek avatar Oct 12 '20 16:10 ondrejvalusek

Re-download the .pth files in the 'ckpt/backbone' can fix the problem

GYee avatar Nov 29 '20 08:11 GYee

Re-download the .pth files in the 'ckpt/backbone' can fix the problem

Why I met this problem, I just download the codes and never change anything in codes, can you help me? Thank you! File "main.py", line 98 if resume_epoch and os.path.isfile(os.path.join("ckpt", exp_name, f"train_states_{resume_epoch}.pth")): ^ SyntaxError: invalid syntax

gjllover avatar Mar 22 '21 11:03 gjllover