wandb.init(tags='your_tag'). This allows efficient filtering of project runs by selecting the corresponding tag in a Project Page’s Runs Table.
For more information on wandb.init(), see the wandb.init() reference.
Hyperparameter Sweeps Runs
Use tags with wandb.init to organize and filter your hyperparameter search runs.
wandb.init(tags='your_tag'). This allows efficient filtering of project runs by selecting the corresponding tag in a Project Page’s Runs Table.
For more information on wandb.init(), see the wandb.init() reference.