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/data
Ross Wightman fb94350896
Update training script and loader factory to allow use of scheduler updates, repeat augment, and bce loss
3 years ago
..
parsers
__init__.py
auto_augment.py Add `mmax` config key to auto_augment for increasing upper bound of RandAugment magnitude beyond 10. Make AugMix uniform sampling default not override config setting. 3 years ago
config.py
constants.py
dataset.py
dataset_factory.py
distributed_sampler.py Add RepeatAugSampler as per DeiT RASampler impl, showing promise for current (distributed) training experiments. 3 years ago
loader.py Update training script and loader factory to allow use of scheduler updates, repeat augment, and bce loss 3 years ago
mixup.py
random_erasing.py
real_labels.py
tf_preprocessing.py
transforms.py
transforms_factory.py