We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c078a commit 3bbbd2aCopy full SHA for 3bbbd2a
src/caffe/solver.cpp
@@ -30,6 +30,7 @@ Solver<Dtype>::Solver(const string& param_file)
30
template <typename Dtype>
31
void Solver<Dtype>::Init(const SolverParameter& param) {
32
initialized_ = false;
33
+ iter_ = 0;
34
LOG(INFO) << "Initializing solver from parameters: " << std::endl
35
<< param.DebugString();
36
param_ = param;
0 commit comments