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

Why loss without regularization? #17

Open
hoonkai opened this issue Oct 12, 2018 · 1 comment
Open

Why loss without regularization? #17

hoonkai opened this issue Oct 12, 2018 · 1 comment

Comments

@hoonkai
Copy link
Contributor

hoonkai commented Oct 12, 2018

Hi

I noticed that there's a metric for "loss without regularisation", but is it actually meaningful? Also, the implementation of loss_without_regularization() appears to be identical to loss(). Am I missing something?

Thanks

@skogsbrus
Copy link

They are identical, yes, but gradient clipping is performed on loss() whereas loss_without_regularization() is untouched.

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