Unable to create ImageDataBunch from folders

@tokleine
This is usually because of a mismatch in target classes, and the labels in the data. There are only 3 categories in your data, if I’m not wrong. However, one of the data points(or more) has a 4th label as well. You’ll need to rectify that, and it should be good to go!
Cheers!