We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de335cd commit 0ffbcb4Copy full SHA for 0ffbcb4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unpublished
+## v0.2.7 - 2022-06-14
4
5
- Added EfficinentNet and MobileNet-V2 models.
6
pyproject.toml
[tool.poetry]
name = "tfimm"
-version = "0.2.6"
+version = "0.2.7"
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.6"
+__version__ = "0.2.7"
0 commit comments