There was an error while loading. Please reload this page.
1 parent 370df82 commit cfb77f9Copy full SHA for cfb77f9
6 files changed
timm/models/__init__.py
@@ -50,6 +50,7 @@
50
from .nextvit import *
51
from .nfnet import *
52
from .pit import *
53
+from .perceiver import *
54
from .pnasnet import *
55
from .pvt_v2 import *
56
from .rdnet import *
@@ -74,6 +75,7 @@
74
75
from .tiny_vit import *
76
from .tnt import *
77
from .tresnet import *
78
+from .rsvit import *
79
from .twins import *
80
from .vgg import *
81
from .visformer import *
0 commit comments