Skip to content

Commit

Permalink
Merge pull request #1876 from jameslahm/main
Browse files Browse the repository at this point in the history
Add RepViT models
  • Loading branch information
rwightman authored Jul 26, 2023
2 parents b10310c + b71d60c commit 5874d1b
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 0 deletions.
1 change: 1 addition & 0 deletions timm/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from .pnasnet import *
from .pvt_v2 import *
from .regnet import *
from .repvit import *
from .res2net import *
from .resnest import *
from .resnet import *
Expand Down
Loading

0 comments on commit 5874d1b

Please sign in to comment.