pytorch-image-models/timm/data/parsers
Ross Wightman cfa414cad2 Matching two bits_and_tpu changes for TFDs wrapper
* change 'samples' -> 'examples' for tfds wrapper to match tfds naming
* add class_to_idx for image classification datasets in tfds wrapper
2021-11-14 12:52:19 -08:00
..
__init__.py
class_map.py Dataset work 2021-11-09 22:34:15 -08:00
constants.py
parser.py
parser_factory.py Dataset work 2021-11-09 22:34:15 -08:00
parser_image_folder.py Add enhanced ParserImageInTar that can read images from tars within tars, folders with multiple tars, etc. Additional comment cleanup. 2021-01-22 10:52:04 -08:00
parser_image_in_tar.py 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 2021-01-22 16:54:33 -08:00
parser_image_tar.py Add enhanced ParserImageInTar that can read images from tars within tars, folders with multiple tars, etc. Additional comment cleanup. 2021-01-22 10:52:04 -08:00
parser_tfds.py Matching two bits_and_tpu changes for TFDs wrapper 2021-11-14 12:52:19 -08:00