Skip to content
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

Some questions about your paper #31

Open
XinMing0411 opened this issue Sep 7, 2020 · 0 comments
Open

Some questions about your paper #31

XinMing0411 opened this issue Sep 7, 2020 · 0 comments

Comments

@XinMing0411
Copy link

The discriminator loss function your used in paper us is" min(0,1-D_k(x))+ min(0,1+D_k(G(s,z)))" ,but u said in your paper it is hinge loss ,and u used the Relu method in your code. So I think it should be " max(0,1-D_k(x))+ max(0,1+D_k(G(s,z)))". Why is that

Maybe I am wrong QAQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant