GAN generated images after training are different than during training #11853
Unanswered
benbo
asked this question in
code help: CV
Replies: 2 comments
-
did you check if the pipeline where you are generating images after training is the same as that of the one used during training? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I'm calling the exact same function to generate images. Adding a script to reproduce this is difficult due to all the dependencies but I'll see if I can put a simple one together. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am experiencing a curious issue training a GAN with pytorch lightning. Namely, the generated images logged during training are great, while using the generator after training produces basically just a uniformly gray mess.
I have checked if this changes if I set the generator to eval() or train() but that doesn't impact the issue. Is there anything else I might be missing?
Beta Was this translation helpful? Give feedback.
All reactions