Something like MetricCollection in TorchEval?

Hey,

I was wondering if there’s something like MetricCollection from TorchMetrics in TorchEval? Like an object where I’d put a bunch of metrics and then call update(…) or compute() on once and it calls those methods for every metric in it.