Skip to content

Commit 8cb0dda

Browse files
committed
Update README, version 0.9.4dev0
1 parent a9d0615 commit 8cb0dda

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
3535
* The Hugging Face Hub (https://huggingface.co/timm) is now the primary source for `timm` weights. Model cards include link to papers, original source, license.
3636
* Previous 0.6.x can be cloned from [0.6.x](https://github.com/rwightman/pytorch-image-models/tree/0.6.x) branch or installed via pip with version.
3737

38+
### July 27, 2023
39+
* Added timm trained `seresnextaa201d_32x8d.sw_in12k_ft_in1k_384` weights (and `.sw_in12k` pretrain) with 87.3% top-1 on ImageNet-1k, best ImageNet ResNet family model I'm aware of.
40+
* RepViT model and weights (https://arxiv.org/abs/2307.09283) added by [wangao](https://github.com/jameslahm)
41+
* I-JEPA ViT feature weights (no classifier) added by [SeeFun](https://github.com/seefun)
42+
* SAM-ViT (segment anything) feature weights (no classifier) added by [SeeFun](https://github.com/seefun)
43+
* Add support for alternative feat extraction methods and -ve indices to EfficientNet
44+
* Add NAdamW optimizer
45+
* Misc fixes
46+
3847
### May 11, 2023
3948
* `timm` 0.9 released, transition from 0.8.xdev releases
4049

timm/version.py

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

0 commit comments

Comments
 (0)