-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two step adversarial loss #1
Comments
Hi, I am also wondering that. I think the implementation of adversarial loss is indeed missing. |
yes, it indeed missed the second step adverserial loss. |
@Jeffery-zhang-nfls Thank you for the contribution! Will look at this later. |
Perhaps i misunderstood the paper but doesnt the discriminator suppose to updated as well in the second atep? |
Hi @Dannynis and @Jeffery-zhang-nfls, I am also wondering that...I thought this second step is only happening for updating the discriminator loss? |
Hi all, Here I only put one side of code for depicting clearly. You can finish another side on your own, and remember to update final generator and discriminator loss, too. Generator 2-step loss part 1
Generator 2-step loss part 2
Discriminator 2-step loss part 1
Discriminator 2-step loss part 2
|
i'd fixed the problem in master branch, thanks all of you. |
Hey, am I missing something or the second step adverserial loss is missing in this implementation?
The text was updated successfully, but these errors were encountered: