You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: