1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

fix tutorials typo ()

This commit is contained in:
suchot 2022-08-01 11:04:46 +08:00 committed by GitHub
parent eeeaff9421
commit 4eaa8e6919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
docs
en/tutorials
zh_cn/tutorials

@ -85,7 +85,7 @@ Here we show how to develop new components with an example of MobileNet.
```python
import torch.nn as nn
from ..registry import BACKBONES
from ..builder import BACKBONES
@BACKBONES.register_module

@ -83,7 +83,7 @@ MMSegmentation 里主要有2种组件
```python
import torch.nn as nn
from ..registry import BACKBONES
from ..builder import BACKBONES
@BACKBONES.register_module