Skip to content

Commit

Permalink
Merge pull request BVLC#5393 from jfolz/master
Browse files Browse the repository at this point in the history
Multi GPU training from Python can use any solver
  • Loading branch information
cypof authored Mar 13, 2017
2 parents e687a71 + 1d3e6e4 commit 317d162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/caffe/_caffe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void Solver_add_callback(Solver<Dtype> * solver, bp::object on_start,
}

// Seems boost cannot call the base method directly
void Solver_add_nccl(SGDSolver<Dtype>* solver
void Solver_add_nccl(Solver<Dtype>* solver
#ifdef USE_NCCL
, NCCL<Dtype>* nccl
#endif
Expand Down

0 comments on commit 317d162

Please sign in to comment.