datasets icon indicating copy to clipboard operation
datasets copied to clipboard

clevr 3.0.0 and 3.1.0 checksum error

Open zhaoedf opened this issue 3 years ago • 2 comments

/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET

Short description Description of the bug.

Environment information

  • Operating System:

  • Python version:

  • tensorflow-datasets/tfds-nightly version:

  • tensorflow/tf-nightly version:

  • Does the issue still exists with the last tfds-nightly package (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.

zhaoedf avatar Jul 17 '22 05:07 zhaoedf

i try both version, all encouter checksum error.

zhaoedf avatar Jul 17 '22 05:07 zhaoedf

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']

OmkarBorhade98 avatar May 30 '23 15:05 OmkarBorhade98