pytorch-image-models/timm/data
Ross Wightman de6046e213 Initial commit for dataset / parser reorg to support additional datasets / types 2020-12-28 16:59:15 -08:00
..
parsers Initial commit for dataset / parser reorg to support additional datasets / types 2020-12-28 16:59:15 -08:00
__init__.py Initial commit for dataset / parser reorg to support additional datasets / types 2020-12-28 16:59:15 -08:00
auto_augment.py Fix some attributions, add copyrights to some file docstrings 2020-07-27 13:44:56 -07:00
config.py Merge branch 'logger' into features. Change 'logger' to '_logger'. 2020-07-27 18:00:46 -07:00
constants.py
dataset.py Initial commit for dataset / parser reorg to support additional datasets / types 2020-12-28 16:59:15 -08:00
distributed_sampler.py
loader.py Add more augmentation arguments, including a no_aug disable flag. Fix #209 2020-08-05 13:16:44 -07:00
mixup.py More flexible mixup mode, add 'half' mode. 2020-09-07 20:03:06 -07:00
random_erasing.py Fix some attributions, add copyrights to some file docstrings 2020-07-27 13:44:56 -07:00
real_labels.py Fix a bug with accuracy retrieving from RealLabels 2020-12-04 16:12:50 +01:00
tf_preprocessing.py Fix some attributions, add copyrights to some file docstrings 2020-07-27 13:44:56 -07:00
transforms.py Working on an implementation of AugMix with JensenShannonDivergence loss that's compatible with my AutoAugment and RandAugment impl 2019-12-20 23:04:11 -08:00
transforms_factory.py More documentation updates, fix a typo 2020-08-05 15:59:31 -07:00