How can I get the final value of all the metrics that have been logged #12735
-
At the moment, I am calling In my case, the training and validation steps looks as follows:
Basically, at the end of the training, I would like to query the final values of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
trainer.callback_metrics
<- to access all the metricstrainer.logged_metrics
<- to access only the logged metrics