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

Deduplicate solver regularization, logging, and local rates and decays #2518

Merged
merged 3 commits into from
May 27, 2015

Commits on May 27, 2015

  1. Configuration menu
    Copy the full SHA
    ca81667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85f7f1 View commit details
    Browse the repository at this point in the history
  3. Solver::MakeUpdate() -> Solver::ApplyUpdate

    Designate `Solver::ApplyUpdate()` as the core method to compute
    and apply parameter updates given the current state of the Net.
    
    Make `Solver::ComputeUpdateValue()` a subordinate call overloaded by the
    `SGDSolver`s to take care of optimization algorithm details.
    shelhamer committed May 27, 2015
    Configuration menu
    Copy the full SHA
    76db47e View commit details
    Browse the repository at this point in the history