Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checksum not matching when building the300w_lp dataset #5535

Closed
albertxcastro opened this issue Jul 25, 2024 · 0 comments
Closed

Checksum not matching when building the300w_lp dataset #5535

albertxcastro opened this issue Jul 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@albertxcastro
Copy link

/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET

Short description
I'm trying to get the the300w_lp dataset using

import tensorflow as tf
import tensorflow_datasets as tfds

dataset, info = tfds.load('the300w_lp', with_info=True, split='train')

but I get the following error:

NonMatchingChecksumError: Artifact https://drive.google.com/uc?export=download&id=0B7OEHD3T4eCkVGs0TkhUWFN6N1k, downloaded to /Users/albertxcastro/tensorflow_datasets/downloads/ucexport_download_id_0B7OEHD3T4eCkVGs0TkhUWFN6KF3egIz1jDXUd4a-SiFYeMLsQp-9ySO-6HOMfa9q4Bk.tmp.57ebca469dff4c418ef38e8eebe719ff/download, has wrong checksum:
* Expected: UrlInfo(size=2.63 GiB, checksum='250c366c417ad48f72522b629ff83dbb2b2a57945803ad4a530a696bb6b13ee7', filename='300W-LP.zip')
* Got: UrlInfo(size=2.36 KiB, checksum='0c1e02541fe1001a8b041053ababdd53520339ab70055f87e132aee976777392', filename='download')

Environment information

  • Operating System: MacOS Sonoma 14.4.1 (23E224)

  • Python version: 3.10.9

  • tensorflow-datasets/tfds-nightly version: 4.9.6

  • tensorflow/tf-nightly version: 2.16.2

  • Does the issue still exists with the last tfds-nightly package (pip install --upgrade tfds-nightly) ?
    Yes

Reproduction instructions

tfds.load('the300w_lp', with_info=True, split='train')

If you share a colab, make sure to update the permissions to share it.

Link to logs

Expected behavior
Load the dataset correctly

Additional context
I am not sure if the change performed in this issue affected this

@albertxcastro albertxcastro added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant