Lesson 3 - learn.show_results() before training?

Hi all – I’m working through the Lesson 3 notebook for CamVid.

I wanted to see what the model predictions for face centers were before any training, so I directly ran:

learn = cnn_learner(data, models.resnet34)
learn.show_results()

However, this seems to size the images weirdly. Why is this happening and how do I fix it?