tensorflow / tensorflow/datasets
Error during dataset loading
@marcenacp is already working on this.
Since Mar 22, 2023.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
Short description
I get an error when loading dataset on my local system. I am using Spyder IDE. In google colab everything works fine.
Environment information
-
Operating System: Windows 11
-
Python version: Anaconda3 Python 3.8.16 / 3.9.13 / 3.11.0
-
tensorflow-datasets/tfds-nightlyversion: all versions / tfds-nightly-4.8.2 / tensorflow-datasets-4.8.2 -
tensorflow/tf-nightlyversion: tensorflow-2.11.0 -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ?: YES
Reproduction instructions
import tensorflow as tf
import tensorflow_datasets as tfds
import tensorflow_ranking as tfr
# Load MSLR-WEB10K dataset from TFDS.
ds = tfds.load("mslr_web/10k_fold1", split="train")
Link to logs
https://gist.github.com/WosKarol/b4e55b6c99336ce28ff185470109ddac
Expected behavior
Load dataset into variable
Additional context
Spyder IDE, IPython
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.