We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description I'm trying to get the the300w_lp dataset using
the300w_lp
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-datasets
tfds-nightly
tensorflow/tf-nightly version: 2.16.2
tensorflow
tf-nightly
Does the issue still exists with the last tfds-nightly package (pip install --upgrade tfds-nightly) ? Yes
pip install --upgrade tfds-nightly
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description
I'm trying to get the
the300w_lp
dataset usingbut I get the following error:
Environment information
Operating System: MacOS Sonoma 14.4.1 (23E224)
Python version: 3.10.9
tensorflow-datasets
/tfds-nightly
version: 4.9.6tensorflow
/tf-nightly
version: 2.16.2Does the issue still exists with the last
tfds-nightly
package (pip install --upgrade tfds-nightly
) ?Yes
Reproduction instructions
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
The text was updated successfully, but these errors were encountered: