Sanjay Surendranath Girija
Sanjay Surendranath Girija
People are still facing this issue in the tensorflow/tensorflow repo [issues/84104](https://github.com/tensorflow/tensorflow/issues/84104). @ccl-core Can you please reopen the issue? I believe this has to do with the difference in file paths...
A fix for this issue has been submitted through: https://github.com/tensorflow/datasets/commit/9969ce542f4b0e1cbf0a085e8e0df11bccea5c17.
It looks like the dataset URL was updated 10 months ago in #5547, but the checksum weren't updated. I can send a PR to update the checksums.
It looks like the Google drive links for the dataset are not working and the dataset has been moved to https://data.caltech.edu/records/65de6-vp158. Let me update the urls as well.
@pierrot0 Within the scope of tensorflow_datasets/core/download, does it make sense to replace tf.io.gfile with the underlying google3.pyglib.gfile? The functions used within tf.io.gfile (copy, listdir, open, exists) are present with google3.pyglib.gfile....
@ccl-core Can you please review this pull request to fix the cars196 dataset?