Yah I posted of a working example in the advanced thread here: https://forums.fast.ai/t/using-our-trained-model-against-a-specific-image/28262?u=wgpubs
However, I’d love to be able to use that Image.predict(img, learn)
which requires a working Learner
which looks to require a valid DataBunch
currently.