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/readers
Ross Wightman c061d5e401
Allow using class_map functionality w/ IterableDataset (TFDS/WDS) to remap class labels
1 year ago
..
__init__.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
class_map.py Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models 1 year ago
img_extensions.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
reader.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
reader_factory.py Support HF datasets and TFSD w/ a sub-path by fixing split, fix #1598 ... add class mapping support to HF datasets in case class label isn't in info. 1 year ago
reader_hfds.py Support HF datasets and TFSD w/ a sub-path by fixing split, fix #1598 ... add class mapping support to HF datasets in case class label isn't in info. 1 year ago
reader_image_folder.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
reader_image_in_tar.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
reader_image_tar.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago
reader_tfds.py Allow using class_map functionality w/ IterableDataset (TFDS/WDS) to remap class labels 1 year ago
reader_wds.py Allow using class_map functionality w/ IterableDataset (TFDS/WDS) to remap class labels 1 year ago
shared_count.py Rename dataset/parsers -> dataset/readers, create_parser to create_reader, etc 2 years ago