From 6a5a0e749b4bb6db1c3316ca0fe00fd2f4625840 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Sun, 11 Feb 2018 11:48:13 +0800 Subject: [PATCH] Revise the comment of argument init_model_path --- fluid/DeepASR/train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluid/DeepASR/train.py b/fluid/DeepASR/train.py index 1ef97acd..1c9c9633 100644 --- a/fluid/DeepASR/train.py +++ b/fluid/DeepASR/train.py @@ -98,8 +98,8 @@ def parse_args(): '--init_model_path', type=str, default=None, - help="The model path which the training resumes from. If None, train " - "the model from scratch. (default: %(default)s)") + help="The model (checkpoint) path which the training resumes from. " + "If None, train the model from scratch. (default: %(default)s)") parser.add_argument( '--checkpoints', type=str, -- GitLab