Skip to content

Commit 219532f

Browse files
committed
Fix typo in help text for "-model" option
1 parent 7953918 commit 219532f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/caffe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DEFINE_string(gpu, "",
3232
DEFINE_string(solver, "",
3333
"The solver definition protocol buffer text file.");
3434
DEFINE_string(model, "",
35-
"The model definition protocol buffer text file..");
35+
"The model definition protocol buffer text file.");
3636
DEFINE_string(snapshot, "",
3737
"Optional; the snapshot solver state to resume training.");
3838
DEFINE_string(weights, "",

0 commit comments

Comments
 (0)