Skip to content

Commit 29d69e8

Browse files
authored
Update README.md
1 parent 9f228b7 commit 29d69e8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@
1212

1313
## What's New
1414

15-
❗Updates after Oct 10, 2022 are available in version >= 0.9❗
16-
* Many changes since the last 0.6.x stable releases. They were previewed in 0.8.x dev releases but not everyone transitioned.
17-
* `timm.models.layers` moved to `timm.layers`:
18-
* `from timm.models.layers import name` will still work via deprecation mapping (but please transition to `timm.layers`).
19-
* `import timm.models.layers.module` or `from timm.models.layers.module import name` needs to be changed now.
20-
* Builder, helper, non-model modules in `timm.models` have a `_` prefix added, ie `timm.models.helpers` -> `timm.models._helpers`, there are temporary deprecation mapping files but those will be removed.
21-
* All models now support `architecture.pretrained_tag` naming (ex `resnet50.rsb_a1`).
22-
* The pretrained_tag is the specific weight variant (different head) for the architecture.
23-
* Using only `architecture` defaults to the first weights in the default_cfgs for that model architecture.
24-
* In adding pretrained tags, many model names that existed to differentiate were renamed to use the tag (ex: `vit_base_patch16_224_in21k` -> `vit_base_patch16_224.augreg_in21k`). There are deprecation mappings for these.
25-
* A number of models had their checkpoints remaped to match architecture changes needed to better support `features_only=True`, there are `checkpoint_filter_fn` methods in any model module that was remapped. These can be passed to `timm.models.load_checkpoint(..., filter_fn=timm.models.swin_transformer_v2.checkpoint_filter_fn)` to remap your existing checkpoint.
26-
* 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.
27-
* 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.
28-
2915
### Aug 21, 2024
3016
* Updated SBB ViT models trained on ImageNet-12k and fine-tuned on ImageNet-1k, challenging quite a number of much larger, slower models
3117

0 commit comments

Comments
 (0)