mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
fix tutorials typo (#1844)
This commit is contained in:
parent
eeeaff9421
commit
4eaa8e6919
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user