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 Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
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 Fix comment: https://github.com/rwightman/pytorch-image-models/pull/1564#issuecomment-1326743424 2 years ago
distributed_sampler.py
loader.py Set num_workers in Iterable WDS/TFDS datasets early so sample estimate is correct 2 years ago
mixup.py
random_erasing.py
real_labels.py
tf_preprocessing.py
transforms.py
transforms_factory.py