Open captain-pool opened 5 years ago
Thanks for the bug report. As you've noticed: it might be corelated with dataset size or maybe number of files created. The debugging it will take a while (as many people from the teams are on vacation).
The two workarounds I'd suggest are:
Short description TFDS is failing while loading dataset on GCS. For smaller datasets like MNIST, there's no error and the code just runs fine. however for bigger datasets like "Coco2014", "imagenet" and "Open Images v4", the process stops, and gives the following error in the JSON Response.
Error: 500 Backend Error. Error Uploading to gs://bucket_name/path/to/store. Retrying Upload.
Environment information
tensorflow-datasets
/tfds-nightly
version:tfds-nightly==1.0.2.dev201906200105
tensorflow
/tensorflow-gpu
/tf-nightly
/tf-nightly-gpu
version:tensorflow==2.0.0b0
Reproduction instructions
Logs
Expected behavior No error with larger datasets, and the dataset gets loaded on GCS, without any error, like any other smaller datasets.
Steps Already Taken
CCs: @vbardiovskyg @srjoglekar246
@rsepassi @Conchylicultor @cyfra