Skip to content

Commit

Permalink
Update configs.md to fix print config command (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jibranbinsaleem authored May 15, 2024
1 parent 5c864e5 commit f6859b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/user_guides/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ It is best practice to layer your configs in five sections:
You can find all the provided configs under `$MMPOSE/configs`. A config can inherit contents from another config.To keep a config file simple and easy to read, we store some necessary but unremarkable configurations to `$MMPOSE/configs/_base_`.You can inspect the complete configurations by:

```Bash
python tools/analysis/print_config.py /PATH/TO/CONFIG
python tools/analysis_tools/print_config.py /PATH/TO/CONFIG
```

### General
Expand Down

0 comments on commit f6859b1

Please sign in to comment.