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
Weight decay and l2 regularization differs by a factor of 2. (Refs) I think the value of Weight Decay output in the following line should be "l2 * 2".
hpc/cosmoflow/models/cosmoflow.py
Line 52 in b796e7a
Boris's blog, "weight decay vs L2 regularization" https://bbabenko.github.io/weight-decay/
Keras/issues/2717 "Is it the same adding weight decay to all the layers (including input and output layer) than adding the weight decay term to the cost function? #2717" Is it the same adding weight decay to all the layers (including input and output layer) than adding the weight decay term to the cost function? keras-team/keras#2717 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Weight decay and l2 regularization differs by a factor of 2. (Refs)
I think the value of Weight Decay output in the following line should be "l2 * 2".
hpc/cosmoflow/models/cosmoflow.py
Line 52 in b796e7a
Refs
Boris's blog, "weight decay vs L2 regularization"
https://bbabenko.github.io/weight-decay/
Keras/issues/2717 "Is it the same adding weight decay to all the layers (including input and output layer) than adding the weight decay term to the cost function? #2717"
Is it the same adding weight decay to all the layers (including input and output layer) than adding the weight decay term to the cost function? keras-team/keras#2717 (comment)
The text was updated successfully, but these errors were encountered: