Blade6570 / Learningimage-to-imagetranslationusingpairedandunpairedtrainingsamples

Learning image-to-image translation using paired and unpaired training samples
https://tutvision.github.io/Learning-image-to-image-translation-using-paired-and-unpaired-training-samples/
Other
19 stars 3 forks source link

Test questions #7

Open RunBlack opened 2 years ago

RunBlack commented 2 years ago

I have trained well and tested using the command you provided, but the result shows that the model parameters do not match, I have checked carefully, the training model and test model are cycleGAN, it is really strange. (Error screenshot) 2022-01-08 20-44-16 的

JunsongX commented 1 year ago

Try add --no_dropout to the test command, and see if the question can be fixed. By the way I want to know for the result, should we compare the fakeB image with the realB image? Or we should compare the recB image with the realB image?