Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump timm from 0.9.2 to 1.0.14 #2565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps timm from 0.9.2 to 1.0.14.

Release notes

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-1
    • vit_so150m_patch16_reg4_gap_384.sbb_e250_in12k_ft_in1k - 87.4% top-1
    • vit_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

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.13...v1.0.14

Release v1.0.13

Jan 9, 2025

  • Add support to train and validate in pure bfloat16 or float16
  • wandb project name arg added by https://github.com/caojiaolong, use arg.experiment for name
  • Fix old issue w/ checkpoint saving not working on filesystem w/o hard-link support (e.g. FUSE fs mounts)
  • 1.0.13 release

Jan 6, 2025

  • Add torch.utils.checkpoint.checkpoint() wrapper in timm.models that defaults use_reentrant=False, unless TIMM_REENTRANT_CKPT=1 is set in env.

Dec 31, 2024

... (truncated)

Commits
  • 5d535d7 Version 1.0.14, update README & changelog
  • c6b74eb Remove numpy ver constraint, not relevant for latest PyTorch version
  • aa33307 Tweak so150m2 def
  • 8d81fdf Fix typos
  • 3677f67 Add the 256x256 in1k ft of the so150m, add an alternate so150m def
  • 2a84d68 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 deactivated
  • 21e75a9 Update version.py
  • c96e9e7 Merge pull request #2408 from JosuaRieder/no_console_results
  • 63b2de7 Merge pull request #2409 from adamjstewart/models/vgg
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 22, 2025
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.94%. Comparing base (fc535ef) to head (2bb1d4d).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2565      +/-   ##
==========================================
- Coverage   85.41%   84.94%   -0.47%     
==========================================
  Files         334      334              
  Lines       31002    31002              
  Branches     5300     5300              
==========================================
- Hits        26479    26334     -145     
- Misses       3054     3212     +158     
+ Partials     1469     1456      -13     

see 36 files with indirect coverage changes

@beat-buesser
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/timm-1.0.14 branch from e43a998 to 85dd99f Compare January 22, 2025 10:14
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.2 to 1.0.14.
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v0.9.2...v1.0.14)

---
updated-dependencies:
- dependency-name: timm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/timm-1.0.14 branch from 85dd99f to 2bb1d4d Compare January 22, 2025 15:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant