datasets
datasets copied to clipboard
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
I am trying to load time_series dataset for smartwatch_gestures. Using the following code, I was trying to load the dataset using `tfds-nightly` ``` train, test, val = tfds.load('smartwatch_gestures', split=['train[:80%]', 'train[80%:95%]',...
I am trying to download the definite_pronoun_resolution dataset but I receive an error while trying to do so. Here is the line of code I run to access the dataset....
The `scene_parse150` dataset throwing following error > ConnectionError: HTTPConnectionPool(host='placeschallenge.csail.mit.edu', port=80): Max retries exceeded with url: /data/ChallengeData2017/annotations_instance.tar (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out'))...
CoNLL builders
Fix documentation typo.
**Short description** my program try to get url https://www.googleapis.com/storage/v1/b/tfds-data/o/dataset_info%2Fcnn_dailymail%2Fplain_text%2F3.0.0?fields=size%2Cgeneration%2Cupdated,but failed 2020-08-20 08:41:35.983921: W tensorflow/core/platform/cloud/google_auth_provider.cc:178] All attempts to get a Google authentication bearer token failed, returning an empty token. Retrieving token...
``` import tensorflow_datasets as tfds examples, metadata = tfds.load(name='ted_hrlr_translate/pt_to_en', with_info=True,as_supervised=True) ``` error report: ``` 2021-03-28 10:47:44.478212: W tensorflow/core/platform/cloud/google_auth_provider.cc:184] All attempts to get a Google authentication bearer token failed, returning an...