Fix register bug of CLIPResNet (#1517)

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
pull/1440/head
jyshee 2022-11-08 12:44:49 +08:00 committed by GitHub
parent 0afbb70b5d
commit b65b65e8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ from .dictionary import * # NOQA
from .layers import * # NOQA
from .losses import * # NOQA
from .modules import * # NOQA
from .plugins import * # NOQA