Open zendevil opened 4 years ago
I tried to do the same locally and it gave me the same error. I think that is a tf.keras/keras error you can open an issue in the official TensorFlow repository
Hey I would like to work on this issue. Can you assign me
Tensorflow cloud configuration:
And I have a bucket called gs://stereo-train that contains the dataset. The exact location of the dataset is:
However, when using this location like so:
Behavior:
getting the error that "gs://stereo-train/data_scene_flow/training/dat" doesn't exist
Expected behavior: tf.keras.preprocessing.image_dataset_from_directory should know that there's a gs bucket associated with the account and the dataset should be loaded.