Category "tfrecord"

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

ValueError: Input 0 of layer is incompatible with the layer: expected shape=(None, 224, 224, 3), found shape=(224, 224, 3)

"after converting the dataset to the tfrecord file format, I tried to train the model I created with it, but I couldn't convert it to the input format suitable

How to loop over all examples in a tensorflow DatasetV1Adapter?

I have a dataset of images saved in 97 .tfrecord-files. Each example includes image data as well as groundtruth data (classes and bounding boxes) for object det