Evaluate tab not working

Hello,
I am having issues with the evaluate function. Confusion matrix does not get generated, along with the table that gives accuracy, precision and recall (Evaluate does work when I choose cross-entropy as the loss function).
Using default settings and choosing quadratic as a loss function causes this issue. Also, when I add another convolutional layer to my model, I run into the same issue (doesn’t matter what the loss function is).

I am using version 0.13 of PerceptiLabs and google chrome. Using firefox also yields the same result.

Please advise.

Thank you,
Purva

Hi @purvapatel,
Sorry that you ran into this issue!

We have a fix for that coming with the release either tonight or tomorrow.
It happens because a division by zero issue when computing the confusion matrix for a test dataset that doesn’t have at least one sample per class.

1 Like