Can I just log metrics, no code or dataset examples?
less than a minute
By default, W&B does not log dataset examples. By default, W&B logs code and system metrics.
Two methods exist to turn off code logging with environment variables:
- Set
WANDB_DISABLE_CODE
totrue
to turn off all code tracking. This action prevents retrieval of the git SHA and the diff patch. - Set
WANDB_IGNORE_GLOBS
to*.patch
to stop syncing the diff patch to the servers, while keeping it available locally for application withwandb restore
.
As an administrator, you can also turn off code saving for your team in your team’s settings:
- Navigate to the settings of your team at
https://wandb.ai/<team>/settings
. Where<team>
is the name of your team. - Scroll to the Privacy section.
- Toggle Enable code saving by default.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.