Carey's workspace
3
Grouping for distributed training
Set group and job_type in your script to get auto-grouped experiments from distributed training jobs, and a dedicated group page.
The code looks something like this:
wandb.init(group="experiment_1", job_type="rollout")
Click a Group in the left sidebar to go to the dedicated group page for that experiment.
Sample code in a Google Colab: http://wandb.me/grouping
1