You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter perplexity at get_metrics() construction instead of post-hoc pop (#38)
Removes dependency on MetricCollection.pop() which is absent in
torchmetrics>=1.2, unblocking the torchmetrics unpin. Callers pass
exclude={"perplexity"} when multiple tasks share a metric_key.
Co-authored-by: Michael-Danziger <michael.danziger@ibm.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments