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

Method InitSolver

src/caffe/test/test_gradient_based_solver.cpp:1191–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189
1190 protected:
1191 virtual void InitSolver(const SolverParameter& param) {
1192 const Dtype rms_decay = 0.95;
1193 SolverParameter new_param = param;
1194 new_param.set_rms_decay(rms_decay);
1195 this->solver_.reset(new RMSPropSolver<Dtype>(new_param));
1196 }
1197};
1198
1199TYPED_TEST_CASE(RMSPropSolverTest, TestDtypesAndDevices);

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected