aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
4.93k stars 297 forks source link

Tensorboard-like hparams scatter #3147

Open vakker opened 1 month ago

vakker commented 1 month ago

🚀 Feature

Tensorboard has a very hood hparams scatter visualization tool, which can show multiple scatter plots side-by-side, e.g. see:

image

Aim only allows a single scatter plot, which makes comparison harder. It would be really good to have this functionality.

SGevorg commented 2 weeks ago

@vakker have you tried grouping? image image

vakker commented 2 weeks ago

@SGevorg thanks, but that's not what I'm trying to achieve. What I need is having multiple scatter plots with all the runs, but with a different hparam. The grouping gives the same plot, just with a different subset of runs, right?