Skip to content

Commit cdfd212

Browse files
Add RegNet (#13)
1 parent 6e37c90 commit cdfd212

File tree

5 files changed

+1404
-7
lines changed

5 files changed

+1404
-7
lines changed

kimm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
from kimm.models.mobilenet_v2 import * # noqa:F403
77
from kimm.models.mobilenet_v3 import * # noqa:F403
88
from kimm.models.mobilevit import * # noqa:F403
9+
from kimm.models.regnet import * # noqa:F403
910
from kimm.models.resnet import * # noqa:F403
1011
from kimm.models.vision_transformer import * # noqa:F403

0 commit comments

Comments
 (0)