junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

Pre-trained Model Archetecture #1457

Open WuhaoStatistic opened 2 years ago

WuhaoStatistic commented 2 years ago

Hi @junyanz , I am using your pre-trained model to compare with my model.

I downloaded the models from link, but I am confused by the structure of the models. How should I load the models?

It seems the .pth file contains parameters only and I could not find any information about the structure.

Best/