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 0dadb4a6e9
Initial multi-weight support, handled so old pretraing config handling co-exists with new tags.
2 years ago
..
readers cast env var args for dataset readers to int 2 years ago
__init__.py
auto_augment.py
config.py Initial multi-weight support, handled so old pretraing config handling co-exists with new tags. 2 years ago
constants.py
dataset.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
dataset_factory.py
distributed_sampler.py
loader.py
mixup.py
random_erasing.py Refactor device handling in scripts, distributed init to be less 'cuda' centric. More device args passed through where needed. 2 years ago
real_labels.py
tf_preprocessing.py
transforms.py use `Image.Resampling` namespace for PIL mapping (#1256) 2 years ago
transforms_factory.py