WARNING:tensorflow:Model was constructed with shape (None, x, x, x) for input Tensor("input_10:0", shape=(None, x, x, x), dtype=float32), but it was called on an input with incompatible shape (y, x, x).
I am getting the error as given above when I try to predict with the trained model using the framework.