We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4f62c commit e595dd5Copy full SHA for e595dd5
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Change Log
2
3
-## Unpublished
+## v0.2.5 - 2022-02-21
4
5
+- Preprocessing works for abritrary number of `in_channels`.
6
- Removed temporary version restriction on `libclang``
7
8
## v0.2.4 - 2022-01-31
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tfimm"
-version = "0.2.4"
+version = "0.2.5"
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.4"
+__version__ = "0.2.5"
0 commit comments