We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fecb65 commit b6742e4Copy full SHA for b6742e4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v0.2.9 - 22-10-28
4
+
5
+- Exposed attention map in ViT models.
6
7
## v0.2.8 - 2022-09-05
8
9
- `tfimm` now supports python 3.10.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tfimm"
-version = "0.2.8"
+version = "0.2.9"
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.8"
+__version__ = "0.2.9"
0 commit comments