From cd81969b245a245fb72e9e33c9f5ffdbfdf1389f Mon Sep 17 00:00:00 2001 From: Jonathan L Long Date: Tue, 10 Jun 2014 15:34:01 -0700 Subject: [PATCH] don't end comments with \, so that -Wcomment can be used --- tools/convert_imageset.cpp | 2 +- tools/dump_network.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/convert_imageset.cpp b/tools/convert_imageset.cpp index aa95155..c4bc0b3 100644 --- a/tools/convert_imageset.cpp +++ b/tools/convert_imageset.cpp @@ -2,7 +2,7 @@ // This program converts a set of images to a leveldb by storing them as Datum // proto buffers. // Usage: -// convert_imageset [-g] ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] \ +// convert_imageset [-g] ROOTFOLDER/ LISTFILE DB_NAME RANDOM_SHUFFLE[0 or 1] // [resize_height] [resize_width] // where ROOTFOLDER is the root folder that holds all the images, and LISTFILE // should be a list of files as well as their labels, in the format as diff --git a/tools/dump_network.cpp b/tools/dump_network.cpp index f29e150..8ed8eda 100644 --- a/tools/dump_network.cpp +++ b/tools/dump_network.cpp @@ -4,7 +4,7 @@ // all the intermediate blobs produced by the net to individual binary // files stored in protobuffer binary formats. // Usage: -// dump_network input_net_param trained_net_param \ +// dump_network input_net_param trained_net_param // input_blob output_prefix 0/1 // if input_net_param is 'none', we will directly load the network from // trained_net_param. If the last argv is 1, we will do a forward-backward pass -- 2.7.4