Skip to content

get losses and metrics of epoch #370

Answered by oguiza
yangtzech asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @yangtzech,
fastai stores those values by default in an object called learn.recorder.
You can access the losses using learn.recorder.losses, metric names using learn.recorder.metric_names, and their values using learn.recorder.values.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yangtzech
Comment options

Answer selected by yangtzech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants