datasets icon indicating copy to clipboard operation
datasets copied to clipboard

tfds beans is not avail

Open KenjiPrayogo opened this issue 2 years ago • 1 comments

tensorflow_datasets.core.download.downloader.DownloadError: Failed to get url https://storage.googleapis.com/ibeans/train.zip. HTTP code: 403.

dataset, metadata = tfds.load('beans',as_supervised=True, with_info=True) train_dataset, test_dataset = dataset['train'], dataset['test']

KenjiPrayogo avatar Sep 09 '23 08:09 KenjiPrayogo

Hey, Thanks for reporting this! The download links seem to be broken on the dataset website: https://github.com/AI-Lab-Makerere/ibean/. Could you perhaps contact the owner and ask for updated links?

tomvdw avatar Sep 11 '23 08:09 tomvdw