Getting the latest training and validation losses

Hi fastai experts,

Suppose in a notebook I want to get the latest losses as shown by:

Screenshot%20from%202019-10-28%2020-59-17

Are these numbers found here?

learn.recorder.losses[-1]
learn.recorder.val_losses

Thanks for clarifying.

Malcolm