You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,24 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
24
24
* ❗Updates after Oct 10, 2022 are available in 0.8.x pre-releases (`pip install --pre timm`) or cloning main❗
25
25
* 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.
26
26
27
+
### Feb 7, 2023
28
+
* New inference benchmark numbers added in [results](results/) folder.
29
+
* Add convnext LAION CLIP trained weights and initial set of in1k fine-tunes
* Add DaViT models. Supports `features_only=True`. Adapted from https://github.com/dingmyu/davit by [Fredo](https://github.com/fffffgggg54).
35
+
* Use a common NormMlpClassifierHead across MaxViT, ConvNeXt, DaViT
36
+
* Add EfficientFormer-V2 model, update EfficientFormer, and refactor LeViT (closely related architectures). Weights on HF hub.
37
+
* New EfficientFormer-V2 arch, significant refactor from original at (https://github.com/snap-research/EfficientFormer). Supports `features_only=True`.
38
+
* Minor updates to EfficientFormer.
39
+
* Refactor LeViT models to stages, add `features_only=True` support to new `conv` variants, weight remap required.
40
+
* Move ImageNet meta-data (synsets, indices) from `/results` to `timm/data/_info`.
41
+
* Add ImageNetInfo / DatasetInfo classes to provide labelling for various ImageNet classifier layouts in `timm`
* Ready for 0.8.10 pypi pre-release (final testing).
44
+
27
45
### Jan 20, 2023
28
46
* Add two convnext 12k -> 1k fine-tunes at 384x384
29
47
*`convnext_tiny.in12k_ft_in1k_384` - 85.1 @ 384
@@ -571,7 +589,7 @@ Several (less common) features that I often utilize in my projects are included.
571
589
572
590
## Results
573
591
574
-
Model validation results can be found in the [documentation](https://rwightman.github.io/pytorch-image-models/results/) and in the [results tables](results/README.md)
592
+
Model validation results can be found in the [results tables](results/README.md)
0 commit comments