Sourced from timm's releases.
Release v1.0.14
Jan 19, 2025
- Fix loading of LeViT safetensor weights, remove conversion code which should have been deactivated
- Add 'SO150M' ViT weights trained with SBB recipes, decent results, but not optimal shape for ImageNet-12k/1k pretrain/ft
vit_so150m_patch16_reg4_gap_256.sbb_e250_in12k_ft_in1k
- 86.7% top-1vit_so150m_patch16_reg4_gap_384.sbb_e250_in12k_ft_in1k
- 87.4% top-1vit_so150m_patch16_reg4_gap_256.sbb_e250_in12k
- Misc typing, typo, etc. cleanup
- 1.0.14 release to get above LeViT fix out
What's Changed
- Fix nn.Module type hints by
@adamjstewart
in huggingface/pytorch-image-models#2400- Add missing paper title by
@JosuaRieder
in huggingface/pytorch-image-models#2405- fix 'timm recipe scripts' link by
@JosuaRieder
in huggingface/pytorch-image-models#2404- fix typo in EfficientNet docs by
@JosuaRieder
in huggingface/pytorch-image-models#2403- disable abbreviating csv inference output with ellipses by
@JosuaRieder
in huggingface/pytorch-image-models#2402- fix incorrect LaTeX formulas by
@JosuaRieder
in huggingface/pytorch-image-models#2406- VGG ConvMlp: fix layer defaults/types by
@adamjstewart
in huggingface/pytorch-image-models#2409- Implement --no-console-results in inference.py by
@JosuaRieder
in huggingface/pytorch-image-models#2408- LeViT safetensors load is broken by conversion code that wasn't deactivated by
@rwightman
in huggingface/pytorch-image-models#2412- A few more weights by
@rwightman
in huggingface/pytorch-image-models#2413- Fix typos by
@JosuaRieder
in huggingface/pytorch-image-models#2415New Contributors
@adamjstewart
made their first contribution in huggingface/pytorch-image-models#2400Full Changelog: https://github.com/huggingface/pytorch-image-models/compare/v1.0.13...v1.0.14
5d535d7
Version 1.0.14, update README & changelogc6b74eb
Remove numpy ver constraint, not relevant for latest PyTorch
versionaa33307
Tweak so150m2 def8d81fdf
Fix typos3677f67
Add the 256x256 in1k ft of the so150m, add an alternate so150m def2a84d68
Add some so150m vit w/ sbb recipe weights, and a ese_vovnet57b model
with RA4...9265d54
LeViT safetensors load is broken by conversion code that wasn't
deactivated21e75a9
Update version.pyc96e9e7
Merge pull request #2408
from JosuaRieder/no_console_results63b2de7
Merge pull request #2409
from adamjstewart/models/vgg