I’ve a image dataset properly labeled and split into train, test and valid folders but when I create an ImageDataBunch
I’m prompted with the this error;
IndexError: index 0 is out of bounds for axis 0 with size 0
Although there’s another post in the forums about this same issue and there a possible solution to it but there’s no explanation to the error. Here’s the link to the other forum post.