Skip to content

Commit c486aa7

Browse files
committed
Add GCViT
1 parent fba6ecd commit c486aa7

File tree

2 files changed

+576
-0
lines changed

2 files changed

+576
-0
lines changed

timm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from .edgenext import *
1616
from .efficientformer import *
1717
from .efficientnet import *
18+
from .gcvit import *
1819
from .ghostnet import *
1920
from .gluon_resnet import *
2021
from .gluon_xception import *

0 commit comments

Comments
 (0)