-
using |
Beta Was this translation helpful? Give feedback.
Answered by
oguiza
Jan 18, 2022
Replies: 1 comment 1 reply
-
Hi @yangtzech, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yangtzech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.