Keep getting the error: “ValueError: A `Concatenate` layer requires inputs with matching shapes except for the concatenation axis”
I’ve tried to implement a U-Net model to classify audio, and after preprocessing, I’ve converted the data into a dataset of float values. These are the shapes of my X and Y