wandb.init(
anonymous="allow"
)
anonymous="allow"
:anonymous="allow"
in your script, we will check to make sure there's not an existing account first, before creating an anonymous account. This means that if a W&B user finds your script and runs it, their results will be logged correctly to their account, just like a normal run.