You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thank you for your code.
I have question about the nonsense situation.
As you know, visualizer.display_current_results save function saves the result images. Maybe the result from generator 'G' outputs with latest weights learned.
However, the synthesized image from the inference mode by test.py, is being terrible even though train-set and test-set are same. It makes nonsense. Because I saw already the G can makes good synthesized images from same dataset. While 50~100 epoch, I can see always good synthesized images. And the weight file should get same result in inference mode. is it right?
is that anything that I missed?
Thank you.
The text was updated successfully, but these errors were encountered:
peterkim333
changed the title
validation of train mode and inference generate different results
The results from validation of train mode and inference mode are different each other.
Mar 21, 2022
Hi, Thank you for your code.
I have question about the nonsense situation.
As you know, visualizer.display_current_results save function saves the result images. Maybe the result from generator 'G' outputs with latest weights learned.
However, the synthesized image from the inference mode by test.py, is being terrible even though train-set and test-set are same. It makes nonsense. Because I saw already the G can makes good synthesized images from same dataset. While 50~100 epoch, I can see always good synthesized images. And the weight file should get same result in inference mode. is it right?
is that anything that I missed?
Thank you.
The text was updated successfully, but these errors were encountered: