Skip to content

Commit

Permalink
removed extra whitespace in solver.cpp line
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbache committed Mar 26, 2015
1 parent 81ff3d1 commit 58c5b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ void AdaDeltaSolver<Dtype>::ComputeUpdateValue() {
caffe_add(net_params[param_id]->count(),
this->temp_[param_id]->cpu_data(),
this->history_[update_history_offset + param_id]->cpu_data(),
this->update_[param_id]->mutable_cpu_data());
this->update_[param_id]->mutable_cpu_data());

caffe_add(net_params[param_id]->count(),
this->temp_[param_id]->cpu_data(),
Expand Down

0 comments on commit 58c5b4c

Please sign in to comment.