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
Traceback (most recent call last):
File "demo.py", line 26, in <module>
model = models.make(torch.load(args.model)['model'], load_sd=True).cuda()
File "/lib/python3.6/site-packages/torch/serialization.py", line 426, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
File "lib/python3.6/site-packages/torch/serialization.py", line 599, in _load
raise RuntimeError("{} is a zip archive (did you mean to use torch.jit.load()?)".format(f.name))
RuntimeError:rdn-liif.pth is a zip archive (did you mean to use torch.jit.load()?)
The text was updated successfully, but these errors were encountered:
This looks weird, rdn-liif.pth should not be a zip file. If your environment is the same as the one described in our repo, could you describe how did you download this file?
The text was updated successfully, but these errors were encountered: