timm 1.0.9
0
PyTorch Image Models
Contents
PyTorch Image Models
Stars: 31801, Watchers: 31801, Forks: 4720, Open Issues: 72The huggingface/pytorch-image-models
repo was created 5 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 31801 github stars!
How to Install timm
You can install timm using pip
pip install timm
or add it to a project with poetry
poetry add timm
Package Details
- Author
- None
- License
- Apache-2.0
- Homepage
- https://github.com/huggingface/pytorch-image-models
- PyPi:
- https://pypi.org/project/timm/
- Documentation:
- https://huggingface.co/docs/timm/en/index
- GitHub Repo:
- https://github.com/huggingface/pytorch-image-models
Classifiers
- Scientific/Engineering
- Scientific/Engineering/Artificial Intelligence
- Software Development
- Software Development/Libraries
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common timm errors.
Code Examples
Here are some timm
code examples and snippets.
GitHub Issues
The timm package has 72 open issues on GitHub
- Omit Normalization Layer from MLP Class
- [BUG] Normalization Layer Not Used In MLP Class
- Support other features only modes for EfficientNet
- [BUG] Some models do not drop unnecessary stages when specifying out_indices
- [BUG] Inconsistent behavior with negative out_indices
- Use of Nvidia Transformer Engine
- [FEATURE] Support FasterViT
- [FEATURE] Effective drop path.
- Add drop path schedule
- [FEATURE] Update weights for wide_resnet101_2
- Test Python 3.11 support
- [FEATURE] Support Tied-Augment
- [FEATURE] Torchserve documentation/examples
- [FEATURE] timm.list_models(features_only=True)
- [FEATURE] Save dataset_train.reader.class_to_idx inside the model and load it by default during inference and validation