Closed JosielDelgadillo closed 1 year ago
dataset_name
is not a valid dataset name. Which dataset are you trying to load ?
If you're building your own dataset then it will be available to you immediately. If you want to make it available to others, then you need to merge it in a pull request and wait for the new TFDS version to be published.
What I need help with / What I was wondering I am working on accessing a dataset I created today. I am receiving an error that it cannot be found and received the following message. How long do I have to wait until the dataset is available online with tfds-nightly?
Available datasets:
Check that:
tfds-nightly
What I've tried so far tfds.as_numpy(tfds.load( 'dataset_name', split='test', batch_size=-1, as_supervised=True, ))
It would be nice if... Detail how long I have to wait until it is released and available.
Environment information
tensorflow-datasets
/tfds-nightly
version: TensorFlow Datasets: 4.5.2+nightly