How to see images from one square of confusion matrix

Hey All,

I am trying to sort out a way to see what images are falling in to a specific square of my confusion matrix so I can better understand what might be going wrong, plot_top_losses is clouded with data from other squares of the matrix and I’d like to be able to see ALL of the images in one square to get a better feel for why that square is failing.

how do I see these images!

1 Like

I don’t believe it’s implemented but I have an idea for how it could be done. It would involve calling the coordinate location on the matrix. But others may chime in with what they’ve done. Otherwise possible PR for you?

1 Like

@ouimet51 please see my most recent post :slight_smile: New Colab Widget: ClassLosses