Hello, I have used Imagedataloader to load the train images and also trained my learner on it, but now i want to get prediction using get_preds() on my test images my test images are in a TEST Folder this folder has 300 mixed images. How to do it using get_preds and also how to set test path data loader.
Thanks!!