Lesson 1 - Non-beginner discussion

Look at the tail end of learn.predict()’s code, specifically at the decode_batch() function. It’ll wind up returning your original X (the image) and the now fully decoded y

For a code example, see the “fastai straight” section here:

1 Like