Skip to content

Commit

Permalink
Fix description of argument parser (apache#7507)
Browse files Browse the repository at this point in the history
  • Loading branch information
peiyunh authored and piiswrong committed Aug 17, 2017
1 parent 1286809 commit 462dee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/image-classification/train_imagenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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)
Expand Down

0 comments on commit 462dee7

Please sign in to comment.