From e4172134a98e9e05967f7bd65e39123a93f6396d Mon Sep 17 00:00:00 2001 From: LukeAI <43993778+LukeAI@users.noreply.github.com> Date: Wed, 26 Aug 2020 06:25:43 +0100 Subject: [PATCH] Update GETTING_STARTED.md (#1268) minor grammatical corrections Co-authored-by: qingqing01 --- docs/tutorials/GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/GETTING_STARTED.md b/docs/tutorials/GETTING_STARTED.md index 21c9da45f..33776ab6f 100644 --- a/docs/tutorials/GETTING_STARTED.md +++ b/docs/tutorials/GETTING_STARTED.md @@ -8,7 +8,7 @@ instructions](INSTALL.md). ## Training/Evaluation/Inference -PaddleDetection provides scripots for training, evalution and inference with various features according to different configure. +PaddleDetection provides scripts for training, evalution and inference with various features according to different configurations. ```bash # set PYTHONPATH @@ -29,7 +29,7 @@ list below can be viewed by `--help` | FLAG | script supported | description | default | remark | | :----------------------: | :------------: | :---------------: | :--------------: | :-----------------: | -| -c | ALL | Select config file | None | **The description of configure can refer to [CONFIG.md](../advanced_tutorials/config_doc/CONFIG.md)** | +| -c | ALL | Select config file | None | **See [CONFIG.md](../advanced_tutorials/config_doc/CONFIG.md) for a description of the config options** | | -o | ALL | Set parameters in configure file | None | `-o` has higher priority to file configured by `-c`. Such as `-o use_gpu=False max_iter=10000` | | -r/--resume_checkpoint | train | Checkpoint path for resuming training | None | `-r output/faster_rcnn_r50_1x/10000` | | --eval | train | Whether to perform evaluation in training | False | | -- GitLab