zengxianyu / co-mod-gan-pytorch

pytorch implementation of the paper ``Large Scale Image Completion via Co-Modulated Generative Adversarial Networks"
55 stars 10 forks source link

from pytorch_fid.fid_model import FIDModel #10

Open hasakil opened 2 years ago

hasakil commented 2 years ago

ModuleNotFoundError : No module named 'pytorch_fid.fid_model' and I used 'pip install pytorch_fid 'still cannot be solved. Could anyone else tell me to download this dependency library?

zengxianyu commented 2 years ago

https://github.com/zengxianyu/pytorch-fid

zhwxdx commented 2 years ago

i have the same problem , please tell me how to solve it ?thanks

zengxianyu commented 2 years ago

pip install git+https://github.com/zengxianyu/pytorch-fid

yohan-pg commented 1 year ago

It does not seem like FIDModel is part of that repo? Is there an older version we should target?