We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fd2f3 commit cb0e439Copy full SHA for cb0e439
README.md
@@ -30,6 +30,7 @@
30
* Support loading PaliGemma jax weights into SigLIP ViT models with average pooling.
31
* Add Hiera models from Meta (https://github.com/facebookresearch/hiera).
32
* Add `normalize=` flag for transorms, return non-normalized torch.Tensor with original dytpe (for `chug`)
33
+* Version 1.0.3 release
34
35
### May 11, 2024
36
* `Searching for Better ViT Baselines (For the GPU Poor)` weights and vit variants released. Exploring model shapes between Tiny and Base.
timm/version.py
@@ -1 +1 @@
1
-__version__ = '1.0.2.dev0'
+__version__ = '1.0.3'
0 commit comments