We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am curious about the hinge loss defined in your paper. It seems that your implementation is different.
This is the definition in your paper.
But you use F.relu in the code, which is max(0, D(x))
I tend to believe that the code implementation is correct, so maybe the paper definition is wrong?
The text was updated successfully, but these errors were encountered:
I have the same doubt, too.
Sorry, something went wrong.
I believe the implementation is right, but the paper definition is likely not correct(max instead of min or adding -). May someone confirm it? Thanks.
No branches or pull requests
Hi, I am curious about the hinge loss defined in your paper. It seems that your implementation is different.
This is the definition in your paper.
But you use F.relu in the code, which is max(0, D(x))
I tend to believe that the code implementation is correct, so maybe the paper definition is wrong?
The text was updated successfully, but these errors were encountered: