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

Computing energy #2

Closed
ZeWang95 opened this issue Dec 25, 2020 · 2 comments
Closed

Computing energy #2

ZeWang95 opened this issue Dec 25, 2020 · 2 comments

Comments

@ZeWang95
Copy link

In train_svhn.py L461, why the score is negated for tanh, while not for the orther activations?
Thanks!

@bpucla
Copy link
Owner

bpucla commented Dec 26, 2020

That's just one option we used in our early experiments. The reported results are all based the identity activation. See

parser.add_argument('--e_energy_form', default='identity', choices=['identity', 'tanh', 'sigmoid', 'softplus'])

@ZeWang95
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants