tensorflow / tensorflow/datasets

Error during dataset loading

Open
#4,730 1 comment 0 reactions 1 assignee View on GitHub

@marcenacp is already working on this.

Since Mar 22, 2023.

bug
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-nightly version: all versions / tfds-nightly-4.8.2 / tensorflow-datasets-4.8.2

  • tensorflow/tf-nightly version: tensorflow-2.11.0

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.