tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.3k stars 1.54k forks source link

Unable to access dataset #3934

Closed JosielDelgadillo closed 1 year ago

JosielDelgadillo commented 2 years ago

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:

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

Conchylicultor commented 2 years ago

dataset_name is not a valid dataset name. Which dataset are you trying to load ?

fineguy commented 1 year ago

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.