You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ross Wightman e741370e2b
Update README.md
2 weeks ago
.github Remove deprecated doc delete workflows 4 months ago
convert Move aggregation (convpool) for nest into NestLevel, cleanup and enable features_only use. Finalize weight url. 2 years ago
docs Update changes.md 2 months ago
hfdocs Update hf_hub.mdx with new import, rename labels 1 month ago
results Add first CPU inference benchmark, using torch.compile 1 month ago
tests Fix / improve tests for features 2 weeks ago
timm Next release will be 1.0 :o 2 weeks ago
.gitattributes Add .gitattributes 4 years ago
.gitignore Add FlexiViT models and weights, refactoring, push more weights 1 year ago
CONTRIBUTING.md fix: typo in CONTRIBUTING.md 5 months ago
LICENSE Add Apache LICENSE file 4 years ago
MANIFEST.in Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use. 1 year ago
README.md Update README.md 2 weeks ago
avg_checkpoints.py Make safetensor import option for now. Improve avg/clean checkpoints ext handling a bit (more consistent). 1 year ago
benchmark.py MobileOne and FastViT weights on HF hub, more code cleanup and tweaks, features_only working. Add reparam flag to validate and benchmark, support reparm of all models with fuse(), reparameterize() or switch_to_deploy() methods on modules 8 months ago
bulk_runner.py Improve bulk_runner for 'all resolution' mode 5 months ago
clean_checkpoint.py Make safetensor import option for now. Improve avg/clean checkpoints ext handling a bit (more consistent). 1 year ago
distributed_train.sh Change torchrun args to use _ instead of -, - is the new format, but looks like _ still works for backward compat with old versions. Fix #1742 1 year ago
hubconf.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
inference.py Add missing device argument to inference.py dataloader 2 weeks ago
mkdocs.yml Rotate changelogs, add redirects to mkdocs -> equivalent HF docs pages 1 year ago
model-index.yml Move modelindex files into doc tree, add headings to model templates. Tweak a few details. 3 years ago
onnx_export.py Add support for dynamo based onnx export 1 month ago
onnx_validate.py Add onnx utils and export code, tweak padding and conv2d_same for better dynamic export with recent PyTorch 1 year ago
pyproject.toml Next release will be 1.0 :o 2 weeks ago
requirements-dev.txt CI: Split CI tests to run them in parallel (#1691) 1 year ago
requirements.txt Add support to load safetensors weights 1 year ago
setup.cfg Remove setup.py, replace with pyproject.toml and pdm helpers 2 months ago
train.py Fix #2097 a small typo in train.py 2 weeks ago
validate.py Significant transforms, dataset, dataloading enhancements. 3 months ago