Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
qipeng authored and jeffdonahue committed Sep 1, 2014
1 parent a464df4 commit 36f9de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/caffe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ int train() {
caffe::ReadProtoFromTextFileOrDie(FLAGS_solver, &solver_param);

LOG(INFO) << "Starting Optimization";
shared_ptr<caffe::Solver<float>> solver(caffe::GetSolver<float>(solver_param));
shared_ptr<caffe::Solver<float>>
solver(caffe::GetSolver<float>(solver_param));

// Set device id and mode
if (FLAGS_gpu >= 0) {
Expand Down

0 comments on commit 36f9de4

Please sign in to comment.