Lesson 2: ImageClassifierCleaner scrollbar display is incomplete


As you can see when scrolling here it won’t continue to scroll and none of the images behind it can be viewed.

I had to zoom my browser very small to see the complete ‘cleaner’.

1 Like

Same issue here

a workaround that helped for me was to do this.
Setting the max number very high (default is 30) means the scrollbar actually works, but sitll must zoom at the end
cleaner = ImageClassifierCleaner(learn,height=100, max_n=100)