Skip to content

Commit 1e0b347

Browse files
committed
Fix README
1 parent 497be83 commit 1e0b347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ And a big thanks to all GitHub sponsors who helped with some of my costs before
3030
* `convnext_base.clip_laion2b_augreg_ft_in1k` - 86.2% @ 256x256
3131
* `convnext_base.clip_laiona_augreg_ft_in1k_384` - 86.5% @ 384x384
3232
* `convnext_large_mlp.clip_laion2b_augreg_ft_in1k` - 87.3% @ 256x256
33-
* `convnext_large_mlp.` - 87.9% @ 384x384
33+
* `convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384` - 87.9% @ 384x384
3434
* Add DaViT models. Supports `features_only=True`. Adapted from https://github.com/dingmyu/davit by [Fredo](https://github.com/fffffgggg54).
3535
* Use a common NormMlpClassifierHead across MaxViT, ConvNeXt, DaViT
3636
* Add EfficientFormer-V2 model, update EfficientFormer, and refactor LeViT (closely related architectures). Weights on HF hub.
3737
* New EfficientFormer-V2 arch, significant refactor from original at (https://github.com/snap-research/EfficientFormer). Supports `features_only=True`.
3838
* Minor updates to EfficientFormer.
3939
* 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/).
4141
* Add ImageNetInfo / DatasetInfo classes to provide labelling for various ImageNet classifier layouts in `timm`
4242
* Update `inference.py` to use, try: `python inference.py /folder/to/images --model convnext_small.in12k --label-type detail --topk 5`
4343
* Ready for 0.8.10 pypi pre-release (final testing).

0 commit comments

Comments
 (0)