junyanz / pytorch-CycleGAN-and-pix2pix

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

Why do predictions also require paired data to make predictions? #1583

Open zhenzi0322 opened 1 year ago

zhenzi0322 commented 1 year ago

Why do predictions also require paired data to make predictions?

joe3141 commented 1 year ago

It doesn't, just write your own prediction script and use the model's set_input function. The forward function should only need the input to the prediction.