Skip to content

Commit cfb77f9

Browse files
committed
Vibe coding some different ideas on vit param sharing/recursion, latent/perceiver structure.
1 parent 370df82 commit cfb77f9

6 files changed

Lines changed: 3069 additions & 0 deletions

File tree

timm/models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
from .nextvit import *
5151
from .nfnet import *
5252
from .pit import *
53+
from .perceiver import *
5354
from .pnasnet import *
5455
from .pvt_v2 import *
5556
from .rdnet import *
@@ -74,6 +75,7 @@
7475
from .tiny_vit import *
7576
from .tnt import *
7677
from .tresnet import *
78+
from .rsvit import *
7779
from .twins import *
7880
from .vgg import *
7981
from .visformer import *

0 commit comments

Comments
 (0)