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 4002c0d4ce
Fix AutoAugment abs translate calc
5 years ago
..
__init__.py Add initial sotabench attempt. Split create_transform out of create_loader. Update requirements.txt 5 years ago
auto_augment.py Add note on random selection of magnitude value 5 years ago
config.py A number of tweaks to arguments, epoch handling, config 5 years ago
constants.py Big re-org, working towards making pip/module as 'timm' 5 years ago
dataset.py Add basic image folder style dataset to read directly out of tar files, example in validate.py 5 years ago
distributed_sampler.py Big re-org, working towards making pip/module as 'timm' 5 years ago
loader.py More AutoAugment work. Ready to roll... 5 years ago
mixup.py Big re-org, working towards making pip/module as 'timm' 5 years ago
random_erasing.py Add support to split random erasing blocks into randomly selected number with --recount arg. Fix random selection of aspect ratios. 5 years ago
tf_preprocessing.py Add MixNet (https://arxiv.org/abs/1907.09595) with pretrained weights converted from Tensorflow impl 5 years ago
transforms.py Fix AutoAugment abs translate calc 5 years ago