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 205d8ad37c version 0.9.10 6 months ago
.github fix: remove useless token (#1995) 7 months ago
convert Move aggregation (convpool) for nest into NestLevel, cleanup and enable features_only use. Finalize weight url. 2 years ago
docs Update README, add --reparm to onnx_export 8 months ago
hfdocs Update installation.mdx 1 year ago
results Add 0.9 imagenet and ood test set results files 1 year ago
tests Update optim test to remove Variable/.data and fix _state_dict optim test for PyTorch 2.1 (#1988) 7 months ago
timm version 0.9.10 6 months 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 6 months ago
LICENSE Add Apache LICENSE file 5 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 Add in12k fine-tuned convnext_xxlarge 6 months 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 Add bulk_runner script and updates to benchmark.py and validate.py for better error handling in bulk runs (used for benchmark and validation result runs). Improved batch size decay stepping on retry... 1 year 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 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
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 input_size & batch_size to onnx_export 8 months 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 CI: Split CI tests to run them in parallel (#1691) 1 year ago
requirements-dev.txt CI: Split CI tests to run them in parallel (#1691) 1 year ago
requirements-docs.txt Rotate changelogs, add redirects to mkdocs -> equivalent HF docs pages 1 year ago
requirements.txt Add support to load safetensors weights 1 year ago
setup.cfg Version 0.3.4. Tweak setup.cfg and update setup.py metadata 3 years ago
setup.py Update setup.py for huggingface changes. 1 year ago
train.py forward & backward in same no_sync context, slightly easier to read that splitting 1 year ago
validate.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