Are you publishing code that you want anyone to be able to run easily? Use anonymous mode to let someone run your code, see a W&B dashboard, and visualize results without needing to create a W&B account first.Allow results to be logged in anonymous mode with:
Report incorrect code
Copy
Ask AI
import wandbwandb.init(anonymous="allow")
For example, the proceeding code snippet shows how to create and log an artifact with W&B: