Finish previous runs before starting new runs to log multiple runs within a single script. The recommended way to do this is by usingDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wandb.init() as a context manager
because this finishes the run and marks it as failed if your script raises an
exception:
run.finish() explicitly:
Multiple active runs
Starting with wandb 0.19.10, you can set thereinit setting to "create_new"
to create multiple simultaneously active runs.
reinit="create_new", including caveats about W&B
integrations.
Experiments