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 4f18d6dc5f
Fix logs in WDS parser
2 years ago
..
parsers Fix logs in WDS parser 2 years ago
__init__.py Improve image extension handling, add methods to modify / get defaults. Fix #1335 fix #1274. 2 years ago
auto_augment.py Follow up to #1256, fix interpolation warning in auto_autoaugment as well 2 years ago
config.py support test_crop_size in data config resolve 2 years ago
constants.py Add hf hub entries for laion2b clip models, add huggingface_hub dependency, update some setup/reqs, torch >= 1.7 2 years ago
dataset.py Data improvements. Improve train support for in_chans != 3. Add wds dataset support from bits_and_tpu branch w/ fixes and tweaks. TFDS tweaks. 2 years ago
dataset_factory.py Data improvements. Improve train support for in_chans != 3. Add wds dataset support from bits_and_tpu branch w/ fixes and tweaks. TFDS tweaks. 2 years ago
distributed_sampler.py
loader.py Data improvements. Improve train support for in_chans != 3. Add wds dataset support from bits_and_tpu branch w/ fixes and tweaks. TFDS tweaks. 2 years ago
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
transforms_factory.py