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
error!("Can't compute metrics when the number of classes in the test set is different than the number of classes in the training set. {} != {}", num_classes, classes.len())
65
+
};
61
66
62
67
// Class value = index in the confusion matrix
63
68
// e.g. class value 5 will be index 4 if there are classes 1, 2, 3 and 4 present.
0 commit comments