Category "tensorflow-datasets"

tensorflow AttributeError: 'module' object has no attribute 'data'

I try to Importing Data I try to load a tfrecords dataset that I created. But I always get this Error. Here is the code: import tensorflow as tf EPOCHS = 10 BA

How can I access the filenames gathered by tf.data.Dataset.list_files()?

I am using file_data = tf.data.Dataset.list_files("../*.png") to collect image files for training in TensorFlow, but would like to access the list of gathere

Error when downloading datasets in tensorflow_dataset: GCS inacssibile

I have a problem to load data using tfds. When I try to load the data I got the following error. ValueError: GCS bucket inaccessible To solve the problem I u