tfds.image_classification.image_folder.ImageLabelFolder
has been deleted #2861
Closed
Description
This PR removed a class
I use in my codebase: #2089 c47aa6e
The class
is documented here: https://www.tensorflow.org/datasets/catalog/image_label_folder - but the link breaks (because the file was deleted in that PR).
If this isn't a mistake, then dropping it from the documentation would be a good idea. If this is a mistake, then adding the file back would be prudent.
In the meantime I'll copy the file into my codebase
EDIT: Found it - https://www.tensorflow.org/datasets/api_docs/python/tfds/folder_dataset/ImageFolder https://github.com/tensorflow/datasets/blob/v4.1.0/tensorflow_datasets/core/folder_dataset/image_folder.py#L40-L163