In the image segmentation assignment, after defining the conv_block function when I am trying to give some input and get the output summary of the model then I am getting this error: ‘InputLayer’ object has no attribute ‘output_shape’
I am running the notebook locally on my machine. I have the latest versions of TensorFlow and Keras installed, but when I try to install TensorFlow version 2.9.1, it says “no matching distribution.” Does this mean I have to downgrade the Python version as well?