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,
why the store action is true in DRM? It does not include in the command line for training. However, FND and BND are dependent on this argument.
parser.add_argument('--add_gan_loss', action='store_true', help='if specified, use gan loss')
Thanks
The text was updated successfully, but these errors were encountered:
Actually, the gan loss is not used and thus this line of add_argument is redundant. FND and BND are therefore not used, either.
Sorry, something went wrong.
Thanks,
why they are not used? The accuracy hasn't changed with the gan loss? And why they were added in the code?
Because in this case, there is no discriminator and there is just a generator. Thanks for the clarification.
No branches or pull requests
Hi,
why the store action is true in DRM? It does not include in the command line for training. However, FND and BND are dependent on this argument.
parser.add_argument('--add_gan_loss', action='store_true', help='if specified, use gan loss')
Thanks
The text was updated successfully, but these errors were encountered: