Skip to content

Commit 6e559e9

Browse files
committed
Add MViT (Multi-Scale) V2
1 parent 43aa84e commit 6e559e9

File tree

2 files changed

+994
-0
lines changed

2 files changed

+994
-0
lines changed

timm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from .mlp_mixer import *
2929
from .mobilenetv3 import *
3030
from .mobilevit import *
31+
from .mvitv2 import *
3132
from .nasnet import *
3233
from .nest import *
3334
from .nfnet import *

0 commit comments

Comments
 (0)