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
Short description
I am trying to load
robonetdataset afterpip install tensorflow_datasets(without importing it from cloning repo) but it says no dataset name robonet exist.Environment information
tensorflow-datasets/tfds-nightlyversion: 2.1.0tensorflow/tensorflow-gpu/tf-nightly/tf-nightly-gpuversion: 2.0Reproduction instructions
Please make sure you run below script after
pip install tensorflow_datasets(Not with cloned one)Expected behavior
Like other datasets
robonetalso loaded successfully usingtfds.load