-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretrained models #10
Comments
We are training some models now, and we will upload them soon. |
Any update on this? |
I would also be very interested? Anybody has a pretrained model? |
Hey, |
Any update? |
Where can I find a pre trained model for edges2shoes and edges2handbags? |
Anyone have the monet2photo pre-trained model? |
Did someone train the network for segmentation? |
We have a few pre-trained models available. More are coming. Please check out the download_scripts, instructions(pix2pix) and instructions(CyclceGAN) for more details. |
Hi @junyanz I'm trying to load the pretrained cyclegan (horse2zebra) model as below code template, model = XXXModel() dumb question please. which XXXModel should I use in your code base please? I'm assuming that it should be a child class of torch.nn.Module. or could you save and share the whole model for reference please? :) Thank you very much! Forget about it. Figured out from the test_model.py. :) |
Hi, |
we don't have these models available. You can improve the results with additional identity loss. |
Hi, The generated images don't seem to have the quality it should at epoch 100+. Here's a generated image at epoch 151. Am I missing something? Thank you! |
Could you please add a pre-trained model for apple2orange. Regards, |
We will add more models soon. @taesung89 |
Added! Please use the script |
Do you have the pretrained pix2pix model available for colourisation |
We don't' have one for pix2pix. Maybe you can check out this repo. |
@wnls I caught the same problem, how did you slove it? |
Can you write please how did you solve this problem? |
Hi, @junyanz , when I click on the following URL https://people.eecs.berkeley.edu/~taesung_park/pytorch-CycleGAN-and-pix2pix/models/$FILE.pth, it shows "Resource not found". |
Hello, we've updated the URLs to the pretrained models. The models are now at http://efrosgans.eecs.berkeley.edu/cyclegan/pretrained_models/. |
Hi @junyanz @taesungp, I would like to compare the performance of the CycleGANs with UNET generator v/s ResNet generator. I had a few questions:
|
Do you have any CycleGAN pretrained models available that use pytorch?
The text was updated successfully, but these errors were encountered: