junyanz / pytorch-CycleGAN-and-pix2pix

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

Where is pre-trained Descrimnator? #1553

Open Eugeo101 opened 1 year ago

Eugeo101 commented 1 year ago

Where Is Descrimnator model {G1: Monet2Photo, G2: style_monet} where is D1, D2 to make fine tunning on pre-trained model?

junyanz commented 1 year ago

Unfortunately, we didn't store discriminators. Only generators are available.