How do we use our model against a specific image?

You need to said precompute=False before you do that prediction, since you’re passing in an image, not a precomputed activation.

3 Likes