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 22748f1a2d
Convert samples/targets in ParserImageInTar to numpy arrays, slightly less mem usage for massive datasets. Add a few more se/eca model defs to resnet.py
4 years ago
..
parsers Convert samples/targets in ParserImageInTar to numpy arrays, slightly less mem usage for massive datasets. Add a few more se/eca model defs to resnet.py 4 years ago
__init__.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 4 years ago
auto_augment.py
config.py
constants.py
dataset.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 4 years ago
dataset_factory.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 4 years ago
distributed_sampler.py
loader.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 4 years ago
mixup.py More flexible mixup mode, add 'half' mode. 4 years ago
random_erasing.py
real_labels.py Fix a bug with accuracy retrieving from RealLabels 4 years ago
tf_preprocessing.py Remove some old __future__ imports 4 years ago
transforms.py
transforms_factory.py