Skip to content

Commit

Permalink
fix typo (open-mmlab#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaminyou authored Jan 19, 2022
1 parent 82fc43a commit 7127db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/0_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ runner = dict(
`../_base_/default_runtime.py` is the default runtime settings.
```python
# checkpoint saving
checkpoint_config = dict(interval=10) # The save interval is 1
checkpoint_config = dict(interval=10) # The save interval is 10

# yapf:disable
log_config = dict(
Expand Down

0 comments on commit 7127db8

Please sign in to comment.