Skip to content

Commit 3318e76

Browse files
committed
Add RepViT models
1 parent 394e814 commit 3318e76

File tree

2 files changed

+405
-0
lines changed

2 files changed

+405
-0
lines changed

timm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
from .pnasnet import *
4141
from .pvt_v2 import *
4242
from .regnet import *
43+
from .repvit import *
4344
from .res2net import *
4445
from .resnest import *
4546
from .resnet import *

0 commit comments

Comments
 (0)