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
After the first part of the training, I want to know how accurate your model is, what can I do?
I'm trying to add the metrics=["accuracy"]
But it doesn't work, it shows the following.
InvalidArgumentError: 2 root error(s) found. (0) Invalid argument: Cannot update variable with shape [] using a Tensor with shape [100], shapes must be equal. [[{{node metrics_1/accuracy/AssignAddVariableOp}}]] [[metrics_1/accuracy/Identity/_159]] (1) Invalid argument: Cannot update variable with shape [] using a Tensor with shape [100], shapes must be equal. [[{{node metrics_1/accuracy/AssignAddVariableOp}}]] 0 successful operations. 0 derived errors ignored.
The text was updated successfully, but these errors were encountered:
After the first part of the training, I want to know how accurate your model is, what can I do?
I'm trying to add the
metrics=["accuracy"]
But it doesn't work, it shows the following.
InvalidArgumentError: 2 root error(s) found. (0) Invalid argument: Cannot update variable with shape [] using a Tensor with shape [100], shapes must be equal. [[{{node metrics_1/accuracy/AssignAddVariableOp}}]] [[metrics_1/accuracy/Identity/_159]] (1) Invalid argument: Cannot update variable with shape [] using a Tensor with shape [100], shapes must be equal. [[{{node metrics_1/accuracy/AssignAddVariableOp}}]] 0 successful operations. 0 derived errors ignored.
The text was updated successfully, but these errors were encountered: