Here's the error when evaluating ``` in _generate_matrix confusion_matrix = count.reshape(self.num_class, self.num_class) ValueError: cannot reshape array of size 15377 into shape (124,124) ```
Here's the error when evaluating