mirror of https://github.com/open-mmlab/mmocr.git
Fix register bug of CLIPResNet (#1517)
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>pull/1440/head
parent
0afbb70b5d
commit
b65b65e8f8
|
@ -4,3 +4,4 @@ from .dictionary import * # NOQA
|
|||
from .layers import * # NOQA
|
||||
from .losses import * # NOQA
|
||||
from .modules import * # NOQA
|
||||
from .plugins import * # NOQA
|
||||
|
|
Loading…
Reference in New Issue