pytorch-image-models/timm/data/parsers
Ross Wightman 855d6cc217 More dataset work including factories and a tensorflow datasets (TFDS) wrapper
* Add parser/dataset factory methods for more flexible dataset & parser creation
* Add dataset parser that wraps TFDS image classification datasets
* Tweak num_classes handling bug for 21k models
* Add initial deit models so they can be benchmarked in next csv results runs
2021-01-15 17:26:20 -08:00
..
__init__.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 2021-01-15 17:26:20 -08:00
class_map.py More work on dataset / parser split and imagenet21k (tar) support 2020-12-28 16:59:15 -08:00
constants.py More work on dataset / parser split and imagenet21k (tar) support 2020-12-28 16:59:15 -08:00
parser.py Initial commit for dataset / parser reorg to support additional datasets / types 2020-12-28 16:59:15 -08:00
parser_factory.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 2021-01-15 17:26:20 -08:00
parser_image_class_in_tar.py More work on dataset / parser split and imagenet21k (tar) support 2020-12-28 16:59:15 -08:00
parser_image_folder.py Merge branch 'master' into imagenet21k_datasets_more 2021-01-04 12:11:05 -08:00
parser_image_tar.py More work on dataset / parser split and imagenet21k (tar) support 2020-12-28 16:59:15 -08:00
parser_tfds.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 2021-01-15 17:26:20 -08:00