in_production
, that run is preemptible
, this run represents the baseline
, and so forth.
Add tags to one or more runs
Programmatically or interactively add tags to your runs. Based on your use case, select the tab below that best fits your needs:- W&B Python SDK
- Public API
- Project page
- Run page
You can add tags to a run when it is created:You can also update the tags after you initialize a run. For example, the proceeding code snippet shows how to update a tag if a particular metrics crosses a pre-defined threshold:
Remove tags from one or more runs
Tags can also be removed from runs with the W&B App UI.- Project page
- Run page
This method is best suited to removing tags from a large numbers of runs.
- In the Run sidebar of the project, select the table icon in the upper-right. This will expand the sidebar into the full runs table.
- Hover over a run in the table to see a checkbox on the left or look in the header row for a checkbox to select all runs.
- Select the checkbox to enable bulk actions.
- Select the runs you want to remove tags.
- Select the Tag button above the rows of runs.
- Select the checkbox next to a tag to remove it from the run.