Skip to main content

Best practices to organize hyperparameter searches

Set unique tags with wandb.init(tags ‘your tag’) . This allo …

Can I group runs without using the 'Group' feature?

Yes, you can also use tags or custom metadata to categorize …

Can I rerun a grid search?

If a grid search completes but some W B Runs need re-executi …

Can you group runs by tags?

A run can have multiple tags, so grouping by tags is not sup …

How can I change how frequently to log system metrics?

To configure the frequency to log system metrics (/models/re …

How can I change the colors of each run in the same group?

Changing the colors of individual runs within a group is not …

How can I delete multiple runs in bulk instead of one at a time?

Use the public API (/models/ref/python/public-api/api) to de …

How can I disable logging of system metrics to W&B?

To disable logging of system metrics (/models/ref/python/exp …

How can I log a metric that doesn't change over time such as a final evaluation accuracy?

Using run.log( ‘final accuracy’: 0.9 ) updates the final acc …

How can I log additional metrics after a run completes?

There are several ways to manage experiments. For complex wo …

How can I recover deleted runs?

To recover deleted runs, complete the following steps: - Nav …

How do I fix the error `resume='must' but run (<run_id>) doesn't exist`?

If you encounter the error resume ‘must’ but run ( run id ) …

How do I log runs launched by continuous integration or internal tools?

To launch automated tests or internal tools that log to W B, …

How do I resolve permission errors when logging a run?

To resolve permission errors when logging a run to a W B ent …

How many runs can I create per project?

Limit each project to approximately 10,000 runs for optimal …

Is it possible to change the group assigned to a run after completion?

You can change the group assigned to a completed run using t …

Is it possible to move a run from one project to another?

You can move a run from one project to another by following …

Why are steps missing from a CSV metric export?

Export limits can prevent the entire run history from being …