junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

Pix2pix model inference #1536

Open bekhzod-olimov opened 1 year ago

bekhzod-olimov commented 1 year ago

Is there any variable (for example, seed) to get various images during inference?

I have a problem of having the same outputs the same input images even though they are trained using images with various shapes.

I think it is an issue to have the same seed for the inference but I could not find any seed variable to change in the test.py. If there is any tip to get various results please let me know. Thank you in advance.

xia-QQ commented 11 months ago

应该时模式崩溃了