mirror of https://github.com/open-mmlab/mmcv.git
parent
e843d73fc7
commit
7f09a983c3
|
@ -56,7 +56,7 @@ from .converter1 import Converter1
|
|||
|
||||
# 使用注册器管理模块
|
||||
@CONVERTERS.register_module()
|
||||
def converter2(a, b)
|
||||
def converter2(a, b):
|
||||
return Converter1(a, b)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue