Short description
The checksum for oxford_flowers102 changed recently which breaks downloading of the dataset.
Environment information
- Operating System: macOS
- Python version: 3.7
tensorflow-datasets/tfds-nightly version: 3.1.0
tensorflow/tensorflow-gpu/tf-nightly/tf-nightly-gpu version: 2.2.0rc3
Reproduction instructions
rm -r ~/tensorflow_datasets/oxford_flowers102/
rm -r ~/tensorflow_datasets/downloads
tfds.load("oxford_flowers102", split="train")
Link to logs
Artifact https://www.robots.ox.ac.uk/~vgg/data/flowers/102/102flowers.tgz, downloaded to ~/tensorflow_datasets/downloads/robots.ox.ac.uk_vgg_flowers_102_102flowersoWedSp98maBn1wypsDib6T-q2NVbO40fwvTflmPmQpY.tgz.tmp.9496e46fb0ed404fa5b339ba8c39a725/102flowers.tgz, has wrong checksum. This might indicate:
* The website may be down (e.g. returned a 503 status code). Please check the url.
* For Google Drive URLs, try again later as Drive sometimes rejects downloads when too many people access the same URL. See https://github.com/tensorflow/datasets/issues/1482
* The original datasets files may have been updated. In this case the TFDS dataset builder should be updated to use the new files and checksums. Sorry about that. Please open an issue or send us a PR with a fix.
* If you're adding a new dataset, don't forget to register the checksums as explained in: https://www.tensorflow.org/datasets/add_dataset#2_run_download_and_prepare_locally
Expected behavior
Checksums should match and extraction would succeed.
Short description
The checksum for
oxford_flowers102changed recently which breaks downloading of the dataset.Environment information
tensorflow-datasets/tfds-nightlyversion: 3.1.0tensorflow/tensorflow-gpu/tf-nightly/tf-nightly-gpuversion: 2.2.0rc3Reproduction instructions
Link to logs
Expected behavior
Checksums should match and extraction would succeed.