Skip to content

Commit

Permalink
renamed ssl models from torch_hub and updated patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMut committed Nov 17, 2022
1 parent 63eb85d commit 239ba2e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion thingsvision/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.7"
__version__ = "2.2.10"
6 changes: 3 additions & 3 deletions thingsvision/custom_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from .alexnet_ecoset import Alexnet_ecoset
from .barlowtwins import BarlowTwins
from .barlowtwins_rn50 import BarlowTwins
from .resnet50_ecoset import Resnet50_ecoset
from .swav import Swav
from .vicreg import Vicreg
from .swav_rn50 import Swav
from .vicreg_rn50 import Vicreg
from .vgg16_ecoset import VGG16_ecoset
from .openclip import OpenCLIP
from .inception_ecoset import Inception_ecoset
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 239ba2e

Please sign in to comment.