Skip to content

Commit dc85e5a

Browse files
committed
Add ByobNet w/ GPU-EfficientNets and RepVGG. Also add classic vgg models.
1 parent 1bcc69e commit dc85e5a

File tree

4 files changed

+975
-2
lines changed

4 files changed

+975
-2
lines changed

timm/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from .byobnet import *
12
from .cspnet import *
23
from .densenet import *
34
from .dla import *
@@ -23,6 +24,7 @@
2324
from .senet import *
2425
from .sknet import *
2526
from .tresnet import *
27+
from .vgg import *
2628
from .vision_transformer import *
2729
from .vovnet import *
2830
from .xception import *

0 commit comments

Comments
 (0)