How can I see the images corresponding to a certain label?

This is a fairly simple question that I’m hoping has a fairly simple answer. I’ve trained an image classification model and am inspecting the most confused categories in a way that is basically identical to lesson 1. I see that images with label X are being labeled with label Y. How can I see all (or some) of the images with label X (and then label Y) in order to see why this might be the case?

Bumping this. Is it clear what I am asking for?