Hello,
I want to have a way to organise my runs so that I can know some parameters of the runs already by the name. I can do that by using group_by and then I can see the different parameter for each run
But this also means all the runs inside a group, is it possible to group but still see the different runs (optionally all runs in a group with the same color?)
Thanks,
Hey Oren, this is not possible with grouping. I’d suggest to pass the name argument when invoking wandb.init(). You can format the string with the values of the wandb.config dict.