Use of MetricPlugins to access last results #607
Unanswered
AntonioCarta
asked this question in
Feature Request
Replies: 1 comment 7 replies
-
mmmh are you asking to keep track of all the metrics results also within the metric_plugin itself? cannot you already access them from the evaluationPlugin main metrics results dict? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Metric plugins may emit multiple. However, they return a single result. For example:
here
exp_acc
returns only the result for the last experience.How can I access the values for the other experiences? IMO, they are also the last results (for a particular curve), so I expected to be able to retrieve them from the plugin.
Beta Was this translation helpful? Give feedback.
All reactions