Skip to content

Commit 35b9fc7

Browse files
authored
Update README.md
1 parent 1751080 commit 35b9fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
2929
* 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.
3030
* All models now support `architecture.pretrained_tag` naming (ex `resnet50.rsb_a1`).
3131
* The pretrained_tag is the specific weight variant (different head) for the architecture.
32-
* Using just using `architecture` uses the 'default' pretrained tag (first instance in default_cfgs for that arch).
32+
* Using only `architecture` defaults to the first weights in the default_cfgs for that model architecture.
3333
* 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.
3434
* 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.
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.

0 commit comments

Comments
 (0)