-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Short description
The loader fails to download the mslr
(ranking) dataset.
DownloadError: Failed to get url https://api.onedrive.com/v1.0/shares/s!AtsMfWUz5l8nbOIoJ6Ks0bEMp78/root/content. HTTP code: 400.
The current URL might be incorrect.
Environment information
-
Operating System: Ubuntu 22.04.4 LTS
-
Python version: 3.12.11
-
tensorflow-datasets
/tfds-nightly
version: 4.9.9+nightly -
tensorflow
/tf-nightly
version: 2.19.0 -
Does the issue still exists with the last
tfds-nightly
package (pip install --upgrade tfds-nightly
) ? yes, the issue persists
Reproduction instructions
import tensorflow_datasets as tfds
ds = tfds.load("mslr_web")
Expected behavior
Download the mslr
dataset.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working