[caffe-contrib] 304/362: man: delete 3 manpages

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:47 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 00a8cb806366eed6e53be3d4e2df5890e308c87f
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Wed Mar 9 10:06:55 2016 +0000

    man: delete 3 manpages
---
 debian/man/convert_cifar_data.1         | 53 ---------------------------------
 debian/man/convert_mnist_data.1         | 53 ---------------------------------
 debian/man/convert_mnist_siamese_data.1 | 53 ---------------------------------
 3 files changed, 159 deletions(-)

diff --git a/debian/man/convert_cifar_data.1 b/debian/man/convert_cifar_data.1
deleted file mode 100644
index d260143..0000000
--- a/debian/man/convert_cifar_data.1
+++ /dev/null
@@ -1,53 +0,0 @@
-.\"                                      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 caffe(1),
-.BR classification(1),
-.BR compute_image_mean(1),
-.BR convert_cifar_data(1),
-.BR convert_imageset(1),
-.BR convert_mnist_data(1),
-.BR convert_mnist_siamese_data(1),
-.BR extract_features(1),
-.BR upgrade_net_proto_binary(1),
-.BR upgrade_net_proto_text(1).
-.br
-This manpage is written by Zhou Mo according to the help message of upstream program.
diff --git a/debian/man/convert_mnist_data.1 b/debian/man/convert_mnist_data.1
deleted file mode 100644
index d385241..0000000
--- a/debian/man/convert_mnist_data.1
+++ /dev/null
@@ -1,53 +0,0 @@
-.\"                                      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 caffe(1),
-.BR classification(1),
-.BR compute_image_mean(1),
-.BR convert_cifar_data(1),
-.BR convert_imageset(1),
-.BR convert_mnist_data(1),
-.BR convert_mnist_siamese_data(1),
-.BR extract_features(1),
-.BR upgrade_net_proto_binary(1),
-.BR upgrade_net_proto_text(1).
-.br
-This manpage is written by Zhou Mo according to the help message of upstream program.
diff --git a/debian/man/convert_mnist_siamese_data.1 b/debian/man/convert_mnist_siamese_data.1
deleted file mode 100644
index d385241..0000000
--- a/debian/man/convert_mnist_siamese_data.1
+++ /dev/null
@@ -1,53 +0,0 @@
-.\"                                      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 caffe(1),
-.BR classification(1),
-.BR compute_image_mean(1),
-.BR convert_cifar_data(1),
-.BR convert_imageset(1),
-.BR convert_mnist_data(1),
-.BR convert_mnist_siamese_data(1),
-.BR extract_features(1),
-.BR upgrade_net_proto_binary(1),
-.BR upgrade_net_proto_text(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