pip
wandb.init()
will start tracking system metrics and console logs, right out of the box. Run your code, put in your API key when prompted, and you'll see the new run appear in W&B.
More about wandb.init() →wandb.log()
to track metrics or a framework integration for easy instrumentation.
More about wandb.log() →wandb.alert()
to your codeWANDB_MODE=offline
.