wandb / wandb

🔥 A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.
https://wandb.ai
MIT License
8.67k stars 645 forks source link

[Feature]: Add sum aggregation to panel grouping ui #7882

Open josiahls opened 3 weeks ago

josiahls commented 3 weeks ago

Description

Logging individual timing. Was hoping to get an aggregated sum of the total timing of a training iteration, however I don't see sum as an option in the grouping.

image

Suggested Solution

Add sum as an aggregation method.

Alternatives

Manually make my own panel either via graphql or python, but just adding a sum aggregation method would be easier than learning / adding either of these.

Additional Context

No response

vitoria-wandb commented 2 weeks ago

Hey @josiahls ! Thank you so much for your feature request!

Could you please share a bit more of information about this, such as:

Thank you!

josiahls commented 2 weeks ago

@vitoria-wandb