junyanz / pytorch-CycleGAN-and-pix2pix

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

Help! #1658

Open izhaolinger opened 5 months ago

izhaolinger commented 5 months ago

I have a question regarding training my CycleGAN model. My images have a height of 640 pixels and a width of 480 pixels. What adjustments should I make to my training parameters to accommodate these image dimensions?

izhaolinger commented 5 months ago

I hope to get an image size of 640 x 480 during inference, thank you very much!