Hi! I was wondering if there is quick way to change the class order when using function from_folder from imageDataBunch. In documentation the training dataset (train) has clas1 and clas2.
By default, they will get indices 0 and 1. How could pass a list so that clas1 = good and clas2 = bad? e.g. [good, bad] Notice that I am changing the name and not using the alphabetical order. If not possible with from_folder other solutions are also very welcomed.