Where can I find the GeneratorResnet?

#1
by arjoca - opened

I would like to try your model but I cannot find the class GeneratorResnet.
It seems that the file was discarded from the repository and therefore I got an error when I try to import it:
from huggan.pytorch.cyclegan.modeling_cyclegan import GeneratorResNet

Thank you for your help.

HugGAN Community org

Hello!
Basically you have to install the huggingface huggan repository (which was created for the hackaton)as a python package.
I added these details in the model card.

HugGAN Community org

Also, if you simply want to work with the cyclegan stuff i created a separate repository to more easily try out experiments:
https://github.com/Chris1nexus/image2image

Thank you very much for your quick answer, Chris!!!

arjoca changed discussion status to closed

Sign up or log in to comment