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) [required]-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.0.2.tar.gz
(3.9 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.0.2.tar.gz.
File metadata
- Download URL: wandb_util-1.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2171962f82d7b11baee40be4b505e7feabd91aa48a9170fa5579e9e4b551ed4
|
|
| MD5 |
c01842500c2ea81af61b194fbc0d8ccb
|
|
| BLAKE2b-256 |
53078721303ee9c669b91fb1189654dd801982bc06e5e675b8c9b5cfc5844ec7
|
File details
Details for the file wandb_util-1.0.2-py3-none-any.whl.
File metadata
- Download URL: wandb_util-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.7 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 |
48c178885f8ade10d7a0394da5251609f2c2ebd7ed662e2d8daddc17bf97e289
|
|
| MD5 |
56abed4846517181413cf0db3e723e24
|
|
| BLAKE2b-256 |
a7daef44e5ff21b24ce00faa3ec01e333a3013139139fe52345feb03fc7a6335
|