You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I need help with / What I was wondering
When I attempt to load the caltech_birds2011 dataset into tensorflow using the directions from https://www.tensorflow.org/datasets/overview I receive a message stating that the checksums do not match.
What I've tried so far
I have attempted to enable enable register_checksums using the two following methods but these the presence of register_checksums on both of these appears to be ignored resulting in the same error.
What I need help with / What I was wondering
When I attempt to load the caltech_birds2011 dataset into tensorflow using the directions from https://www.tensorflow.org/datasets/overview I receive a message stating that the checksums do not match.
What I've tried so far
I have attempted to enable enable register_checksums using the two following methods but these the presence of register_checksums on both of these appears to be ignored resulting in the same error.
by adding
dl_manager._register_checksums=True
via cli
tfds build --register_checksums
I have also attempted to manually download the dataset and point data_dir to the CUB_200_2011 folder. I've also attempted this with the dataset store in tensorflow_dataset/downloads/manual in accordance to the directions found https://www.tensorflow.org/datasets/overview#manual_download_if_download_fails
Is there something that I am missing or can the checksums be updated to match? Any help that you can provide would be appreciated.
Environment information
(if applicable)
tensorflow-datasets
/tfds-nightly
version: 4.9.8.dev20250420004tensorflow
/tensorflow-gpu
/tf-nightly
/tf-nightly-gpu
version: 2.19.0The text was updated successfully, but these errors were encountered: