pytorch-image-models/timm/data
Ross Wightman d53e91218e Fix tf.data options setting for newer TF versions 2021-05-15 22:56:12 -07:00
..
parsers Fix tf.data options setting for newer TF versions 2021-05-15 22:56:12 -07:00
__init__.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 2021-01-15 17:26:20 -08:00
auto_augment.py Enable uniform augmentation magnitude sampling and set AugMix default 2021-04-19 14:21:12 -07:00
config.py Add epoch-repeats arg to multiply the number of dataset passes per epoch. Currently for iterable datasets (read TFDS wrapper) only. 2021-02-23 17:31:42 -08:00
constants.py
dataset.py Add epoch-repeats arg to multiply the number of dataset passes per epoch. Currently for iterable datasets (read TFDS wrapper) only. 2021-02-23 17:31:42 -08:00
dataset_factory.py Add epoch-repeats arg to multiply the number of dataset passes per epoch. Currently for iterable datasets (read TFDS wrapper) only. 2021-02-23 17:31:42 -08:00
distributed_sampler.py
loader.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 2021-01-15 17:26:20 -08: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 Remove some old __future__ imports 2021-01-03 11:24:16 -08:00
transforms.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00
transforms_factory.py Support for huggingface hub via create_model and default_cfgs. 2021-03-16 22:48:26 -07:00