ImageDataBunch.fromfolder

How do I create ImageDataBunch instance when each label’s training data / folder are in completely different paths.

found a way.We can use include , exclude arguments present in from_folder() for this scenario.