未验证 提交 f9d57fcf 编写于 作者: Y Yang Zhang 提交者: GitHub

Fix error in config doc (#145)

`--minimal` is option for `generate` and should be positioned after it
上级 9cbc2591
......@@ -191,7 +191,7 @@ A small utility (`tools/configure.py`) is included to simplify the configuration
For a minimal version, run:
```shell
python tools/configure.py --minimal generate FasterRCNN BBoxHead
python tools/configure.py generate --minimal FasterRCNN BBoxHead
```
......
......@@ -181,7 +181,7 @@ pip install typeguard http://github.com/willthefrog/docstring_parser/tarball/mas
如需最小配置,运行:
```shell
python tools/configure.py --minimal generate FasterRCNN BBoxHead
python tools/configure.py generate --minimal FasterRCNN BBoxHead
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册