You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,I'm a student, and i want to run the method and cite this paper,but the pre_train file decompress fail,can you reupload the file in github?thanks!
The text was updated successfully, but these errors were encountered:
I solved this problem after debug half a day. The pre train file don't need to decompress, ".tar" only a name extension.
So you only torch.load this file, but you should add "encoding='ISO-8859-1'".
i.e. Base.py-->load_gan--> ckpt = torch.load(ckpt_path) change to ckpt = torch.load(ckpt_path,encoding='ISO-8859-1')
hello,I'm a student, and i want to run the method and cite this paper,but the pre_train file decompress fail,can you reupload the file in github?thanks!
The text was updated successfully, but these errors were encountered: