We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985493e commit cd54d9eCopy full SHA for cd54d9e
1 file changed
include/caffe/solver_factory.hpp
@@ -15,7 +15,7 @@
15
* and its type is its C++ class name, but without the "Solver" at the end
16
* ("MyAwesomeSolver" -> "MyAwesome").
17
*
18
- * If the solver is going to be created simply by its constructor, in your c++
+ * If the solver is going to be created simply by its constructor, in your C++
19
* file, add the following line:
20
21
* REGISTER_SOLVER_CLASS(MyAwesome);
0 commit comments