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-0.1.1.tar.gz
(3.6 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-0.1.1.tar.gz.
File metadata
- Download URL: wandb_util-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f980bb55b18df0c498833023781d14d7bcfa6d6c0b10feb151aa5d3089351af
|
|
| MD5 |
c2023620fbe9d7639d6aaaaab697b1bc
|
|
| BLAKE2b-256 |
1b619fed82958e01ee4eacba5bd81f3f8361679c8b373cc2239b0277c1ad0342
|
File details
Details for the file wandb_util-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wandb_util-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d990b68f9fa8ec14acd76547e5c6a3c1ed0c6eb67709d23e4c7d0bc28c1cd2f
|
|
| MD5 |
59a150dc25d9ad0c21f430810f81246f
|
|
| BLAKE2b-256 |
b261f0a3bf9058c9fdf64d4684aedecb613be189767222d19a7b2b73f68b9f45
|