MCPcopy Create free account
hub / github.com/BVLC/caffe / AdaGradSolver

Method AdaGradSolver

include/caffe/sgd_solvers.hpp:66–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64class AdaGradSolver : public SGDSolver<Dtype> {
65 public:
66 explicit AdaGradSolver(const SolverParameter& param)
67 : SGDSolver<Dtype>(param) { constructor_sanity_check(); }
68 explicit AdaGradSolver(const string& param_file)
69 : SGDSolver<Dtype>(param_file) { constructor_sanity_check(); }
70 virtual inline const char* type() const { return "AdaGrad"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected