You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm
Ross Wightman b669f4a588
Add ConvNeXt 22k->1k fine-tuned and 384 22k-1k fine-tuned weights after testing
4 years ago
..
data Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones. 4 years ago
loss Update binary cross ent impl to use thresholding as an option (convert soft targets from mixup/cutmix to 0, 1) 4 years ago
models Add ConvNeXt 22k->1k fine-tuned and 384 22k-1k fine-tuned weights after testing 4 years ago
optim Add lamb/lars to optim init imports, remove stray comment 4 years ago
scheduler Fix k_decay default arg != 1.0 in poly scheduler 4 years ago
utils Fix some formatting in utils/model.py 4 years ago
__init__.py Add default_cfg options for min_input_size / fixed_input_size, queries in model registry, and use for testing self-attn models 4 years ago
version.py Version 0.5.4 4 years ago