keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

Non accesable example TFrecords on Keras IO Example tfrecord.ipynb

Open lriosFRBAUTN opened this issue 5 years ago • 19 comments
trafficstars

Hi ! Thanks for the great work and the examples.

I was wondering is there is any way to set up a free public bucket / free space to store the TFrecords on this notebook:

https://github.com/keras-team/keras-io/blob/master/examples/keras_recipes/ipynb/tfrecord.ipynb

The path seems not to be accesable

GCS_PATH = "gs://kds-b38ce1b823c3ae623f5691483dbaa0f0363f04b0d6a90b63cf69946e"
FILENAMES = tf.io.gfile.glob(GCS_PATH + "/tfrecords/train*.tfrec")

Best, Leandro

lriosFRBAUTN avatar Aug 19 '20 15:08 lriosFRBAUTN