We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7953918 commit 219532fCopy full SHA for 219532f
1 file changed
tools/caffe.cpp
@@ -32,7 +32,7 @@ DEFINE_string(gpu, "",
32
DEFINE_string(solver, "",
33
"The solver definition protocol buffer text file.");
34
DEFINE_string(model, "",
35
- "The model definition protocol buffer text file..");
+ "The model definition protocol buffer text file.");
36
DEFINE_string(snapshot, "",
37
"Optional; the snapshot solver state to resume training.");
38
DEFINE_string(weights, "",
0 commit comments