Jupyter plugin to fix mislabeled data

Found it! Looks like it is built into fastai and was FileDeleter and is now ImageDeleter and ImageRelabeler

More info here:

Edit: And looks like they’ve since been refactored into widgets.image_cleaner


Update: after fiddling around with this for way too long, I wanted to report back to say that the step the docs take about creating a new learner using .no_split() and loading it with your saved weights is actually very important. I was getting non-sensical loss values and showing seemingly random images prior to doing that (I think because it was trying to use DatasetType.Fix internally).