junyanz / pytorch-CycleGAN-and-pix2pix

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

Regarding images in the Web Folder #1253

Open ArjunPukale opened 3 years ago

ArjunPukale commented 3 years ago

During training the images which are displayed in the web folder are training set images or from the test set?

improgress commented 2 years ago

of course the traindataset

junyanz commented 2 years ago

They are training set images. You need to run test.py for test image results.