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

Explicitly set weight_decay value #8592

Merged
merged 3 commits into from
Jul 16, 2022

Commits on Jul 16, 2022

  1. explicitly set weight_decay value

    The default weight_decay value of AdamW is 1e-2, so we should set it to zero.
    developer0hye committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    bf39c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938559f View commit details
    Browse the repository at this point in the history
  3. Cleanup

    glenn-jocher committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    7779571 View commit details
    Browse the repository at this point in the history