We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3814ccf commit 862453aCopy full SHA for 862453a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v0.2.12 - 20230-04-17
4
+
5
+- Fixing small bugs in SAM.
6
7
## v0.2.11 - 2023-04-17
8
9
- Added Segment Aything models.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tfimm"
-version = "0.2.11"
+version = "0.2.12"
description = "TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights"
authors = ["Martins Bruveris <martins.bruveris@gmail.com>"]
license = "Apache-2.0"
tfimm/version.py
@@ -1 +1 @@
-__version__ = "0.2.11"
+__version__ = "0.2.12"
0 commit comments