clevr 3.0.0 and 3.1.0 checksum error
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description Description of the bug.
Environment information
-
Operating System:
-
Python version:
-
tensorflow-datasets/tfds-nightlyversion: -
tensorflow/tf-nightlyversion: -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ?
Reproduction instructions
<put a code snippet, a link to a gist or a colab here>
If you share a colab, make sure to update the permissions to share it.
Link to logs If applicable, <link to gist with logs, stack trace>
Expected behavior What you expected to happen.
Additional context Add any other context about the problem here.
i try both version, all encouter checksum error.
Hi @zhaoedf ,
I tried to load 'clevr:3.1.0' dataset on google colab using
ds = tfds.load('clevr:3.1.0')
and it worked fine without throwing any checksum error.
Could you please try updating pip install --upgrade --force-reinstall tensorflow-datasets and make sure that you're using version 4.9.2?
However that wasn't the case with 'clevr:3.0.0'. It fails with error
The version of the dataset you are trying to use (clevr/3.0.0) is too old for this version of TFDS so cannot be generated.Either sync to a previous version of TFDS to first prepare the data or use another version of the dataset. Available for 'download_and_prepare': ['3.1.0']