Skip to content

Commit cf101b0

Browse files
committed
Version 0.8.23dev0 and README update
1 parent 850ab49 commit cf101b0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
2424
* ❗Updates after Oct 10, 2022 are available in 0.8.x pre-releases (`pip install --pre timm`) or cloning main❗
2525
* Stable releases are 0.6.x and available by normal pip install or clone from [0.6.x](https://github.com/rwightman/pytorch-image-models/tree/0.6.x) branch.
2626

27+
### May 10, 2023
28+
* Hugging Face Hub downloading is now default, 1129 models on https://huggingface.co/timm, 1160 weights in `timm`
29+
* DINOv2 vit feature backbone weights added thanks to [Leng Yue](https://github.com/leng-yue)
30+
* FB MAE vit feature backbone weights added
31+
* OpenCLIP DataComp-XL L/14 feat backbone weights added
32+
* MetaFormer (poolformer-v2, caformer, convformer, updated poolformer (v1)) w/ weights added by [Fredo Guan](https://github.com/fffffgggg54)
33+
* Experimental `get_intermediate_layers` function on vit/deit models for grabbing hidden states (inspired by DINO impl). This is WIP and may change significantly... feedback welcome.
34+
* Model creation throws error if `pretrained=True` and no weights exist (instead of continuing with random initialization)
35+
* Fix regression with inception / nasnet TF sourced weights with 1001 classes in original classifiers
36+
* Misc cleanup and fixes
37+
* Final testing before switching to a 0.9 and bringing `timm` out of pre-release state
38+
2739
### April 27, 2023
2840
* 97% of `timm` models uploaded to HF Hub and almost all updated to support multi-weight pretrained configs
2941
* Minor cleanup and refactoring of another batch of models as multi-weight added. More fused_attn (F.sdpa) and features_only support, and torchscript fixes.

timm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.22dev0'
1+
__version__ = '0.8.23dev0'

0 commit comments

Comments
 (0)