Could you please advise on this error?
I tried to resolve it through "tf.compat.v1.", but unsure of this new output_shapes error ---->
line 34, in build_dataset
dataset["channels"] = ds_train.output_shapes["image"][-1].value
AttributeError: 'PrefetchDataset' object has no attribute 'output_shapes'
~Sanket