Skip to content

Commit d8d03bf

Browse files
authored
[Doc]: update customize_runtime.md (#9797)
1 parent 56a3485 commit d8d03bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/tutorials/customize_runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ There are some common hooks that are not registered through `custom_hooks`, they
287287

288288
In those hooks, only the logger hook has the `VERY_LOW` priority, others' priority are `NORMAL`.
289289
The above-mentioned tutorials already covers how to modify `optimizer_config`, `momentum_config`, and `lr_config`.
290-
Here we reveals how what we can do with `log_config`, `checkpoint_config`, and `evaluation`.
290+
Here we reveal how what we can do with `log_config`, `checkpoint_config`, and `evaluation`.
291291

292292
#### Checkpoint config
293293

@@ -297,7 +297,7 @@ The MMCV runner will use `checkpoint_config` to initialize [`CheckpointHook`](ht
297297
checkpoint_config = dict(interval=1)
298298
```
299299

300-
The users could set `max_keep_ckpts` to only save only small number of checkpoints or decide whether to store state dict of optimizer by `save_optimizer`. More details of the arguments are [here](https://mmcv.readthedocs.io/en/latest/api.html#mmcv.runner.CheckpointHook)
300+
The users could set `max_keep_ckpts` to save only small number of checkpoints or decide whether to store state dict of optimizer by `save_optimizer`. More details of the arguments are [here](https://mmcv.readthedocs.io/en/latest/api.html#mmcv.runner.CheckpointHook)
301301

302302
#### Log config
303303

0 commit comments

Comments
 (0)