bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the Torch version?

binglebai opened this issue · comments

my torch.version is 1.2.0 and have problem about torch.load() .
What version do you use?

RuntimeError: ./face_paint_512_v2.pt is a zip archive (did you mean to use torch.jit.load()?)

I'm using 1.10.0. I guess you need torch >= 1.7.1

I'm using 1.10.0. I guess you need torch >= 1.7.1

think u for ur reply