fix tutorials typo (#1844)

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

View File

@ -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

View File

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