Simplest way to get batch prediction?

I found the best way is to create DataBunch with test folder and then call learn.get_preds(is_test=True) to get predictions.

9 Likes