This function allow external datasets not present in the tfds repository to
define their own checksums_dir containing the dataset downloads checksums.
# Set-up the folder containing the 'my_dataset.txt' checksums.checksum_dir=os.path.join(os.path.dirname(__file__),'checksums/')checksum_dir=os.path.normpath(checksum_dir)# Add the checksum dir (will be executed when the user import your dataset)tfds.download.add_checksums_dir(checksum_dir)classMyDataset(tfds.core.DatasetBuilder):...
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]