Documentation on which is the actual label vs predicted in show_results

With the output from show_results, it’s hard to distinguish which among the labels provided on top of the image is the actual label and which one the predicted label; is the label on top the actual one or the predicted one.

Looked at the documentation was not able to answer this question.

Ref: fastai - Learner, Metrics, Callbacks

2 Likes

I had the same question in mind:
Turned out:
• The upper label is the ground truth (actual) class.
• The lower label is the model’s prediction.

It seems this has been dropped out by mistake. The meaning of the labels was there in the previous fastai version. See fastai v1 docs:

1 Like