[caffe] 01/01: man: update manpage

Zhou Mo cdluminate-guest at moszumanska.debian.org
Wed Aug 10 14:21:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository caffe.

commit 2cde4e6d860d4ac921ba57bbc3a63e3cc362e869
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Aug 10 14:20:52 2016 +0000

    man: update manpage
---
 debian/changelog     |  1 +
 debian/man/caffe.1   | 16 +++++++++++++++-
 debian/man/caffe.txt |  5 +++++
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f3b5756..be49d00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ caffe (1.0.0~rc3+20160715-g42cd785-2) UNRELEASED; urgency=medium
     - Explain why git and libboost-dev are added as B-D.
   * Add patch fix-more-float-comparison-precision-issue, which fixes
     the float comparison precision problem in some of the unit tests.
+  * Update manpage with new command line options added.
 
  -- Zhou Mo <cdluminate at gmail.com>  Tue, 09 Aug 2016 14:52:30 +0000
 
diff --git a/debian/man/caffe.1 b/debian/man/caffe.1
index b4d67bd..667a4e5 100644
--- a/debian/man/caffe.1
+++ b/debian/man/caffe.1
@@ -1,5 +1,5 @@
 .\"Text automatically generated by txt2man
-.TH CAFFE 1 "01 August 2016" "" ""
+.TH CAFFE 1 "10 August 2016" "" ""
 .SH NAME
 \fBcaffe \fP- command line brew for Caffe
 .SH SYNOPSIS
@@ -45,11 +45,20 @@ type: string default: ""
 (The number of iterations to run.) type: int32 default: 50
 .TP
 .B
+\fB-level\fP
+(Optional; network level.) type: int32 default: 0
+.TP
+.B
 \fB-model\fP
 (The model definition protocol buffer text file..) type: string
 default: ""
 .TP
 .B
+\fB-phase\fP
+(Optional; network phase (TRAIN or TEST). Only used for 'time'.)
+type: string default: ""
+.TP
+.B
 \fB-sighup_effect\fP
 (Optional; action to take when a SIGHUP signal is received:
 snapshot, stop or none.) type: string default: "snapshot"
@@ -70,6 +79,11 @@ type: string default: ""
 default: ""
 .TP
 .B
+\fB-stage\fP
+(Optional; network stages (not to be confused with phase), separated
+by ','.) type: string default: ""
+.TP
+.B
 \fB-weights\fP
 (Optional; the pretrained weights to initialize finetuning,
 separated by ','. Cannot be set simultaneously with snapshot.)
diff --git a/debian/man/caffe.txt b/debian/man/caffe.txt
index f378f32..10a41e5 100644
--- a/debian/man/caffe.txt
+++ b/debian/man/caffe.txt
@@ -17,8 +17,11 @@ FREQUENTLY USED FLAGS
                   training batch size is multiplied by the number of devices.)
                   type: string default: ""
   -iterations     (The number of iterations to run.) type: int32 default: 50
+  -level          (Optional; network level.) type: int32 default: 0
   -model          (The model definition protocol buffer text file..) type: string
                   default: ""
+  -phase          (Optional; network phase (TRAIN or TEST). Only used for 'time'.)
+                  type: string default: ""
   -sighup_effect  (Optional; action to take when a SIGHUP signal is received:
                   snapshot, stop or none.) type: string default: "snapshot"
   -sigint_effect  (Optional; action to take when a SIGINT signal is received:
@@ -27,6 +30,8 @@ FREQUENTLY USED FLAGS
                   type: string default: ""
   -solver         (The solver definition protocol buffer text file.) type: string
                   default: ""
+  -stage          (Optional; network stages (not to be confused with phase), separated
+                  by ','.) type: string default: ""
   -weights        (Optional; the pretrained weights to initialize finetuning,
                   separated by ','. Cannot be set simultaneously with snapshot.)
                   type: string default: ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git



More information about the debian-science-commits mailing list