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

Method SGDSolver

include/caffe/sgd_solvers.hpp:18–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class SGDSolver : public Solver<Dtype> {
17 public:
18 explicit SGDSolver(const SolverParameter& param)
19 : Solver<Dtype>(param) { PreSolve(); }
20 explicit SGDSolver(const string& param_file)
21 : Solver<Dtype>(param_file) { PreSolve(); }
22 virtual inline const char* type() const { return "SGD"; }

Callers 2

solveFunction · 0.80
setUpMethod · 0.80

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.64