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.