diff --git a/docs/tutorials/GETTING_STARTED.md b/docs/tutorials/GETTING_STARTED.md index 21c9da45fc4c712255b7e8bf0d69800dc8c16376..33776ab6fb01f7d8ae406f813157a2ef574cc1d4 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 | |