[FIXED] Help with unwanted class in data.classes!

I’m working on the practice from the first lesson, in google colab.

I’ve scraped a bunch of images into five folders (white, blue, black, red, green) in my drive, and want my model to classify the images into each of these colours. However, currently an extra class is present when I call data.classes, namely cols2 (which also happens to be the name of the folder that the folders white, blue, black, red and green are saved).

I can’t seem to see where in the notebook we defined what the classes were … how can I remove cols2 as a class?

Never mind! Just deleted the extra images in the cols2 folder, and it’s fixed.