How to call show_batch on ImageClassifierData type

For fastai.dataset.ImageClassifierData type return by ImageClassifierData.from_csv how should I call show_batch (member of databunch object) to inspect what the images look like after all transformation and augmentations ?

I am new to fast.ai library and have just started to read the docs.

Thanks for the help !

1 Like