I just have a question. Why are the reconstructed images obtained from the discriminator, while only garbage is obtained for me from the generator? I don't know if this is the intended functionality, but when I look at the image created by the gen, all I see is:
When I look at the outputted reconstruction from the discriminator, however, I see this:
Shouldnt the generator output the reconstruction, not discriminator?
Hi I was slightly confused by this as well - the reconstructed images are probably not a very helpful way of monitoring generator performance - I think training for longer will produce better generator results.
Hello,
I just have a question. Why are the reconstructed images obtained from the discriminator, while only garbage is obtained for me from the generator? I don't know if this is the intended functionality, but when I look at the image created by the gen, all I see is:
When I look at the outputted reconstruction from the discriminator, however, I see this:
Shouldnt the generator output the reconstruction, not discriminator?