mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-07-09 02:06:30 +00:00
Questions about the discriminator code #120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FeiiYin on GitHub (Dec 15, 2021).
Thanks for the impressive work!
I have several questions about the discriminator code of the training process.
The discriminator loss for the Generator part is like
While the discriminator part is like
Why the
target_is_realoption differs for fake images at two stages?Thanks in advance!