deep-learning-wandb
Public Weights & Biases integration layer for deep-learning-core.
deep-learning-wandb adds a W&B callback and scaffold integration on top of
deep-learning-core. It keeps tracking-specific logic outside the core
framework while still allowing users to install it through
deep-learning-core[wandb].
Current release: deep-learning-wandb==0.0.13.
Requires deep-learning-core>=0.0.26,<0.1.
What's New in 0.0.13?
- RL episode, algorithm-update, and evaluation metrics are logged against the
environment-transition
global_step - evaluation episodes remain separate from training-episode metric series
- remote W&B run states map cleanly into sweep-analysis completion status
- generated repositories depend directly on
deep-learning-wandb, ignore W&B runtime output and local environment files, and retain.env.example
Install
Install from PyPI through the core extra:
pip install "deep-learning-core[wandb]"
Install the package directly:
pip install deep-learning-wandb
Install in a uv project:
uv add "deep-learning-core[wandb]"
Scope
- W&B callback registration for
deep-learning-core - Experiment scaffold integration through
dl-init --with-wandb - W&B-ready config defaults for generated experiment repositories
Out Of Scope
- Generic trainer, dataset, and metric abstractions
- Azure execution or storage logic
- Company-specific W&B entities, projects, or secrets
Quick Start
Install it through the deep-learning-core extra:
uv add "deep-learning-core[wandb]"
Then scaffold a W&B-ready experiment repository:
uv run dl-init --name my-exp --with-wandb
The generated experiment package will import dl_wandb automatically so the
wandb callback registers at runtime.
It also ignores .env, other local environment files, and wandb/, while
keeping .env.example available as the credential template.
Concrete experiment flow:
uv init
uv add deep-learning-wandb
uv run dl-init --root-dir . --with-wandb
uv run dl-run --config configs/base.yaml
uv run dl-sweep experiments/lr_sweep.yaml
The W&B project defaults to the repository root name unless
tracking.experiment_name overrides it. The sweep file name becomes the W&B
run group unless tracking.sweep_name overrides it.
What You Get
- the
wandbcallback for local training runs - epoch, RL episode, algorithm-update, and evaluation metric logging, with RL
series indexed by the environment-transition
global_step dl-init --with-wandbscaffold support- generated W&B callback defaults and
.env.example
Companion Packages
Documentation
License
MIT. See LICENSE.
Release files for deep-learning-wandb 0.0.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| deep_learning_wandb-0.0.13.tar.gz | 159.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deep_learning_wandb-0.0.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 172.0 kB
Release files / deep_learning_wandb-0.0.13.tar.gz
| Download URL | deep_learning_wandb-0.0.13.tar.gz |
|---|---|
| Size | 159.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7346d2ec22f327e48680ca2d6d1357fc12ae2828ca6d40ad2980bee921bfb49
|
|
BLAKE2b-256 checksum How to use checksums |
57adb9b0874d2c8cf3ab3619a4a7492f4da6d22b3e1e69d3181acf630477bf57
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 19, 2026.
Transparency logRelease files / deep_learning_wandb-0.0.13-py3-none-any.whl
| Download URL | deep_learning_wandb-0.0.13-py3-none-any.whl |
|---|---|
| Size | 12.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d38cb1744ecc1a4aad645af748ba0978ffec6e2dec76754d4a5e23dfa0ef038
|
|
BLAKE2b-256 checksum How to use checksums |
37dfdd5680775720366268a78dc2f4b3d5d78e7884b8c6c09367cfeba3fd8ddf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 19, 2026.
Transparency log