Skip to content

Commit 8a67e53

Browse files
authored
Fix link error in the config documentation (#6252)
1 parent c88509c commit 8a67e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/customize_runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Tricks not implemented by the optimizer should be implemented through optimizer
113113
_delete_=True, grad_clip=dict(max_norm=35, norm_type=2))
114114
```
115115

116-
If your config inherits the base config which already sets the `optimizer_config`, you might need `_delete_=True` to overide the unnecessary settings. See the [config documenetation](https://mmdetection.readthedocs.io/en/latest/config.html) for more details.
116+
If your config inherits the base config which already sets the `optimizer_config`, you might need `_delete_=True` to overide the unnecessary settings. See the [config documentation](https://mmdetection.readthedocs.io/en/latest/tutorials/config.html) for more details.
117117

118118
- __Use momentum schedule to accelerate model convergence__:
119119
We support momentum scheduler to modify model's momentum according to learning rate, which could make the model converge in a faster way.

0 commit comments

Comments
 (0)