chore(deps): update dependency timm to v1.0.14 #1522
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.0.11
->==1.0.14
Release Notes
huggingface/pytorch-image-models (timm)
v1.0.14
Compare Source
Jan 19, 2025
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
What's Changed
New Contributors
Full Changelog: huggingface/pytorch-image-models@v1.0.13...v1.0.14
v1.0.13
Compare Source
Jan 9, 2025
bfloat16
orfloat16
wandb
project name arg added by https://github.com/caojiaolong, use arg.experiment for nameJan 6, 2025
torch.utils.checkpoint.checkpoint()
wrapper intimm.models
that defaultsuse_reentrant=False
, unlessTIMM_REENTRANT_CKPT=1
is set in env.Dec 31, 2024
convnext_nano
384x384 ImageNet-12k pretrain & fine-tune. https://huggingface.co/models?search=convnext_nano%20r384vit_large_patch14_clip_224.dfn2b_s39b
RmsNorm
layer & fn to match standard formulation, use PT 2.5 impl when possible. Move old impl toSimpleNorm
layer, it's LN w/o centering or bias. There were only twotimm
models using it, and they have been updated.cache_dir
arg for model creationtrust_remote_code
for HF datasets wrapperinception_next_atto
model added by creatorhf-hub:
based loading, and thus will work with new TransformersTimmWrapperModel
What's Changed
Quickstart
doc by @ariG23498 in https://github.com/huggingface/pytorch-image-models/pull/2381New Contributors
Full Changelog: huggingface/pytorch-image-models@v1.0.12...v1.0.13
v1.0.12
Compare Source
Nov 28, 2024
Nov 12, 2024
list_optimizers
,get_optimizer_class
,get_optimizer_info
to reworkedcreate_optimizer_v2
fn to explore optimizers, get info or classoptim.optim_factory
, move fns tooptim/_optim_factory.py
andoptim/_param_groups.py
and encourage import viatimm.optim
Oct 31, 2024
Add a set of new very well trained ResNet & ResNet-V2 18/34 (basic block) weights. See https://huggingface.co/blog/rwightman/resnet-trick-or-treat
Oct 19, 2024
What's Changed
New Contributors
Full Changelog: huggingface/pytorch-image-models@v1.0.11...v1.0.12
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.