When you run many hyperparameter searches, tag your runs so you can group and find related experiments later.Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Tag runs in your code
Pass unique tags when you initialize each run:wandb.init(), see the wandb.init() reference and Add labels to runs with tags.
Filter tagged runs in the UI
- Open your project and go to the Runs tab.
- Click Filter above the runs table.
- Choose Tags, select an operator such as
isorin, and enter the tag you set in code.
Hyperparameter Sweeps Runs