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
* Add DaViT models. Supports `features_only=True`. Adapted from https://github.com/dingmyu/davit by [Fredo](https://github.com/fffffgggg54).
35
35
* Use a common NormMlpClassifierHead across MaxViT, ConvNeXt, DaViT
36
36
* Add EfficientFormer-V2 model, update EfficientFormer, and refactor LeViT (closely related architectures). Weights on HF hub.
37
37
* New EfficientFormer-V2 arch, significant refactor from original at (https://github.com/snap-research/EfficientFormer). Supports `features_only=True`.
38
38
* Minor updates to EfficientFormer.
39
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`.
40
+
* Move ImageNet meta-data (synsets, indices) from `/results` to [`timm/data/_info`](timm/data/_info/).
41
41
* Add ImageNetInfo / DatasetInfo classes to provide labelling for various ImageNet classifier layouts in `timm`
0 commit comments