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
Our new score classes are special because they not only calculate and return the score corresponding to the passing mini-batch they can accumulate the statistics and provide their average for the whole batch size. Currently we only have defined Accuracy and CrossEntropy score. We need more scores to be defined, specially we need the following scores in one of the next few releases:
f1
precision
recall
The text was updated successfully, but these errors were encountered:
Our new score classes are special because they not only calculate and return the score corresponding to the passing mini-batch they can accumulate the statistics and provide their average for the whole batch size. Currently we only have defined Accuracy and CrossEntropy score. We need more scores to be defined, specially we need the following scores in one of the next few releases:
The text was updated successfully, but these errors were encountered: