Skip to content

Commit

Permalink
preparing the v0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashAkbarinia committed Dec 5, 2023
1 parent ae2f99f commit b7abadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osculari/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .models.pretrained_models import available_models

# Version variable
__version__ = "0.0.3-dev"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion osculari/models/pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def _clip_features(model: nn.Module, layer: str, architecture: str) -> nn.Module


def _maxvit_features(model: nn.Module, layer: str) -> nn.Module:
"""Creating a feature extractor from RegNet network."""
"""Creating a feature extractor from MaxVit network."""
if 'block0' in layer:
features = model.stem
elif 'block' in layer:
Expand Down

0 comments on commit b7abadd

Please sign in to comment.