We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1dc92e + cd54d9e commit b2982c7Copy full SHA for b2982c7
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