diff --git a/fluid/DeepASR/train.py b/fluid/DeepASR/train.py index 1ef97acd287d818174e3ae56114bcd0bee5e043d..1c9c963381cdcc0d1c7a098a8f078688738bd4c7 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,