keras-io
keras-io copied to clipboard
Non accesable example TFrecords on Keras IO Example tfrecord.ipynb
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