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
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.
Was this page helpful?