{{ project.description or 'No description' }}
{% endfor %}Start logging experiments and they'll appear here. Use the wandb SDK with this server:
export WANDB_BASE_URL=http://localhost:8080
export WANDB_API_KEY=local0000000000000000000000000000000000000000
import wandb
wandb.init(project="my-project")
wandb.log({"loss": 0.5})