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 3cc0f91e23
Fix augmix variable name scope overlap, default non-blended mode
5 years ago
..
data Fix augmix variable name scope overlap, default non-blended mode 5 years ago
loss Working on an implementation of AugMix with JensenShannonDivergence loss that's compatible with my AutoAugment and RandAugment impl 5 years ago
models New PyTorch trained EfficientNet-B2 weights with my RandAugment impl 5 years ago
optim Add Nvidia's NovogGrad impl from Jasper (cleaner/faster than current) and Apex Fused optimizers 5 years ago
scheduler
__init__.py
utils.py Change reduce_bn to distribute_bn, add ability to choose between broadcast and reduce (mean). Add crop_pct arg to allow selecting validation crop while training. 5 years ago
version.py