datasets
datasets copied to clipboard
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
**Short description** Loading the `huggingface:mnist` gives ArributeError **Environment information** * Operating System: Windows 10 * Python version: 3.8 * `tensorflow-datasets`/`tfds-nightly` version: 4.2.0+nightly * `tensorflow`/`tf-nightly` version: 2.4.0 * Does the issue...
* Name of dataset: * URL of dataset: * License of dataset: * Short description of dataset and use case(s): Folks who would also like to see this dataset in...
I am trying to load nyu_depth_v2 dataset and store it in my GCS bucket using Colab Pro Plus. But datset gets downloaded but fails to fetch the file while extracting...
**Is your feature request related to a problem? Please describe.** I have a dataset that requires a bit more complicated download method than usual (for example, add some headers) **Describe...
Anyone needs the dataset should request on the website: https://summari.es/download/
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET **Short description** https://github.com/tensorflow/datasets/commit/e8d8966e888667091875fd885ab0803a6dc5a383 broken mock_data(). **Environment information** * Operating System: Linux * Python version: 3.7.7 * `tensorflow-datasets`/`tfds-nightly` version: 4.5.2.dev202203220044 * Does...
Addition of community dataset will sharply increase the no of available datasets. So it will become difficult to browse through repos or catalog. So, it would great if we can...
Adding the T5 benchmark to TFDS.
When performing the following code in colab: ``` import tensorflow_datasets as tfds tfds.load("the300w_lp") ``` The error: ``` Shuffling and writing examples to /root/tensorflow_datasets/the300w_lp/1.0.0.incompleteOUFQPN/the300w_lp-train.tfrecord --------------------------------------------------------------------------- AssertionError Traceback (most recent call last)...
* Name of dataset: Kitti * I was curious to know why only images are included in the current Kitti tfds implementation. Any plans to add lidar data as well?