Open
Description
Description
For cases with multiple samples per unique config, we should allow grouping runs together when reporting to wandb. This is currently possible if you use setup_wandb
and report directly in the training function, but not for the WandbLoggerCallback
.
See
See https://docs.wandb.ai/guides/runs/grouping
Use case
See https://discuss.ray.io/t/tune-wandb-group-different-samples-under-job-type/9645 for the feature request.