danielroich / PTI

Official Implementation for "Pivotal Tuning for Latent-based editing of Real Images" (ACM TOG 2022) https://arxiv.org/abs/2106.05744

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mapleyuan opened this issue · comments

hi, i got a error and i search the google it maybe the torch version prob. could u provide your torch version and my torch version as below.
torch==1.3.0
torchsummary==1.5.1
torchvision==0.4.1

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

commented

torch==1.3.0

This is an old version. In this issue pytorch/pytorch#43766, someone mentions that torch.jit.load() does not even exist in version 1.7, and you are using version 1.3.

It could also be that the model was exported with an old version of PyTorch, e.g. 1.6, based on locuslab/mdeq#6