Utility tool providing extended functionality for W&B (Weights & Biases)
Project description
wandb-util
A utility tool providing extended functionality for W&B (Weights & Biases).
Installation
pip install wandb-util
Features
run - Manage W&B runs
# List runs in a project
wandb-util -e <entity> -p <project> run list [--limit 10]
log - Manage W&B logs
# List run summary metrics (filtered by prefix)
wandb-util -e <entity> -p <project> log list <run_id> [--prefix eval/]
# Show training history
wandb-util -e <entity> -p <project> log list <run_id> --history [--last 10]
# Filter by specific keys
wandb-util -e <entity> -p <project> log list <run_id> --keys loss,accuracy
artifact - Manage W&B artifacts
# List artifacts for a run
wandb-util -e <entity> -p <project> artifact list <run_id>
# Download an artifact
wandb-util -e <entity> -p <project> artifact download <artifact_path>
Global Options
-e, --entity TEXT- W&B entity (username or team). Defaults to the entity inferred from~/.netrccredentials-p, --project TEXT- W&B project name [required]
Authentication
wandb-util automatically reads API credentials from ~/.netrc:
machine api.wandb.ai
login user
password <your_api_token>
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wandb_util-1.1.0.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wandb_util-1.1.0.tar.gz.
File metadata
- Download URL: wandb_util-1.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1c66b85f7173bc2b6cb10704ed3701e3e6d4b6e7eabd877c8833074f8dc69ba
|
|
| MD5 |
7542bc6f1ded31b2bbeb6da6961200fe
|
|
| BLAKE2b-256 |
2365b25d1c51e326907031391b03fa2d0faf38310c2177c21e1bbbc43760a525
|
File details
Details for the file wandb_util-1.1.0-py3-none-any.whl.
File metadata
- Download URL: wandb_util-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fde93ba2e91a97470adf2044d57234c13aa5ba5336e043d347bc6d41cfd20f0
|
|
| MD5 |
b2e6194f7d5428221662b8daf10db16e
|
|
| BLAKE2b-256 |
c3e3b499a3040e5a9d74dd265fbdf30ef13af09348f02a891a6f6a762d1d9f23
|