I am continuing from my first lesson of bird_or_forest and following along the second lesson on fastbook. I am trying to run the following cell:
cleaner = ImageClassifierCleaner (learn)
cleaner
Where learn is of type vision_learner
The output is stuck with a message
Loading widget…
There are no dropdown boxes to allow me to edit or delete.
Also, the images are printed in column not horizontal.
I am on Kaggel and I am on Firefox browser on Mac, if that matters.