[caffe-contrib] 146/362: man: add manpage convert_cifar_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 7477998949760aaaf04c7c7a8ee741e559679af3
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Tue Sep 1 11:58:51 2015 +0000

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

diff --git a/debian/man/convert_cifar_data.1 b/debian/man/convert_cifar_data.1
new file mode 100644
index 0000000..f6ba6e3
--- /dev/null
+++ b/debian/man/convert_cifar_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_cifar_data \- script converts the CIFAR dataset to the leveldb format used
+by caffe to perform classification.
+
+.SH SYNOPSIS
+.B convert_cifar_data
+input_folder output_folder db_type
+
+.SH DESCRIPTION
+.P
+This script converts the CIFAR dataset to the leveldb format used
+by caffe to perform classification.
+.P
+The input folder should contain the binary batch files.
+.P
+The CIFAR dataset could be downloaded at
+http://www.cs.toronto.edu/~kriz/cifar.html
+You should gunzip them after downloading.
+
+.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