[caffe-contrib] 148/362: man: add manpage convert_mnist_data.1

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:25 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-contrib.

commit 5fb33836cf41192a4bd44ab82e7f8d809c20c968
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 11:59:38 2015 +0000

    man: add manpage convert_mnist_data.1
---
 debian/man/convert_mnist_data.1 | 44 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/debian/man/convert_mnist_data.1 b/debian/man/convert_mnist_data.1
new file mode 100644
index 0000000..961c3db
--- /dev/null
+++ b/debian/man/convert_mnist_data.1
@@ -0,0 +1,44 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2015 Zhou Mo <cdluminate at gmail.com>,
+.\"
+.TH CAFFE 1 "Sept 1. 2015"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+convert_mnist_data \- converts the MNIST dataset to
+the lmdb/leveldb format used by Caffe to load data.
+
+.SH SYNOPSIS
+.B convert_mnist_data
+[FLAGS] input_image_file input_label_file output_db_file
+
+.SH DESCRIPTION
+The MNIST dataset could be downloaded at
+http://yann.lecun.com/exdb/mnist/
+You should gunzip them after downloading,or directly use data/mnist/get_mnist.sh
+
+.SH FLAGS
+.SS Flags from /tmp/caffe/examples/mnist/convert_mnist_data.cpp:
+.TP
+.B \-backend
+(The backend for storing the result) type: string default: "lmdb"
+
+.SH HOMEPAGE
+http://caffe.berkeleyvision.org
+.SH BUGS
+https://github.com/BVLC/caffe/issues
+
+.SH SEE ALSO
+.BR convert_imageset(1),
+.br
+This manpage is written by Zhou Mo according to the help message of upstream program.

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



More information about the debian-science-commits mailing list