Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCS access doesn’t work from Colab #36

Closed
rsepassi opened this issue Feb 3, 2019 · 0 comments
Closed

GCS access doesn’t work from Colab #36

rsepassi opened this issue Feb 3, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rsepassi
Copy link
Contributor

rsepassi commented Feb 3, 2019

Using colab.research.google.com GCS access doesn’t work (tfds.load(“mnist”) hangs). It seems due to tf.io.gfile and not TFDS. TFDS is trying to access the dataset_info.json file from GCS.

TensorFlow or Colab should fix this.

For now, a possible alternative is to use requests to access the GCS files through the http API: http://storage.googleapis.com/tfds-data/dataset_info/mnist/1.0.0/dataset_info.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant