未验证 提交 e4172134 编写于 作者: L LukeAI 提交者: GitHub

Update GETTING_STARTED.md (#1268)

minor grammatical corrections
Co-authored-by: Nqingqing01 <dangqingqing@baidu.com>
上级 1257a2ec
......@@ -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 | |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册