You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/17 19:43:49 UTC

[incubator-mxnet] branch master updated: Fix description of argument parser (#7507)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 462dee7  Fix description of argument parser (#7507)
462dee7 is described below

commit 462dee7a1547367c8ab1aaa786d5b59f210788de
Author: Peiyun Hu <pe...@gmail.com>
AuthorDate: Thu Aug 17 15:43:47 2017 -0400

    Fix description of argument parser (#7507)
---
 example/image-classification/train_imagenet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/image-classification/train_imagenet.py b/example/image-classification/train_imagenet.py
index 5760a9a..f465fbc 100644
--- a/example/image-classification/train_imagenet.py
+++ b/example/image-classification/train_imagenet.py
@@ -25,7 +25,7 @@ import mxnet as mx
 
 if __name__ == '__main__':
     # parse args
-    parser = argparse.ArgumentParser(description="train cifar10",
+    parser = argparse.ArgumentParser(description="train imagenet-1k",
                                      formatter_class=argparse.ArgumentDefaultsHelpFormatter)
     fit.add_fit_args(parser)
     data.add_data_args(parser)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].