View source on GitHub
|
Utils to load data comming from third party sources directly with TFDS.
Classes
class ImageFolder: Generic image classification dataset created from manual directory.
class TranslateFolder: Generic text translation dataset created from manual directory.
Functions
compute_split_info(...): Compute the split info on the given files.
compute_split_info_from_directory(...): Compute the split info for the splits in the given data dir.
write_metadata(...): Add metadata required to load with TFDS.
View source on GitHub