Skip to content

robonet.py was not downloaded after pip install #1682

Description

@Eshan-Agarwal

Short description
I am trying to load robonet dataset after pip install tensorflow_datasets (without importing it from cloning repo) but it says no dataset name robonet exist.

Environment information

  • Operating System: Windows 10
  • Python version: 3.7
  • tensorflow-datasets/tfds-nightly version: 2.1.0
  • tensorflow/tensorflow-gpu/tf-nightly/tf-nightly-gpu version: 2.0

Reproduction instructions

Please make sure you run below script after pip install tensorflow_datasets (Not with cloned one)

import tensorflow_datasets as tfds
data, data_info = tfds.load("robonet", with_info= True)
print(data_info)

Expected behavior
Like other datasets robonet also loaded successfully using tfds.load

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions