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
Hi
I want to calculate the accuracy of the model during training, what do I do ? in the model.compile, there is a metrics option that can be 'accuracy', but I don't know, this accuracy metric is right for this problem or just only is for classification problem.
In your opinion, for this problem, I just write custom function accuracy?
The text was updated successfully, but these errors were encountered:
Hi
I want to calculate the accuracy of the model during training, what do I do ? in the
model.compile,
there is a metrics option that can be'accuracy'
, but I don't know, this accuracy metric is right for this problem or just only is for classification problem.In your opinion, for this problem, I just write
custom function accuracy
?The text was updated successfully, but these errors were encountered: