Wandb but without any features
Project description
vandc
like wandb but without any of the features
demo
$ uv run demo/example.py --d 1000 --beta 0.1
Starting run: have-remain-main-day
Config:
seed: 42
d: 1000
beta: 0.1
iters: 1000
Iters Elapsed Time Speed value
1000/1000 00:00:00<00:00:00 45386.02it/s 8.77+02
100.0% |█████████████████████████████████████████████████████████████████████████████████████|
$ # (run more experiments)
$ uv run python
>>> import vandc
>>> for r in vandc.fetch_all(command_glob="demo/example%", this_commit=True):
... print(r)
...
<show-new-father-lot (1000 logs): demo/example.py --d 1000 --beta 0.1>
<might-democratic-national-name (1000 logs): demo/example.py --d 1000 --beta 0.2>
<happen-ready-city-law (1000 logs): demo/example.py --d 1000 --beta 0.3>
<fall-poor-party-friend (1000 logs): demo/example.py --d 1000 --beta 0.1>
<have-remain-main-day (1000 logs): demo/example.py --d 1000 --beta 0.1>
>>> vandc.collate_runs(r for r in vandc.fetch_all() if r.config["beta"] <= 0.2)
value seed d beta iters
step
0 1005.945312 42 1000 0.1 1000
1 1005.945312 42 1000 0.1 1000
2 1005.945312 42 1000 0.1 1000
3 1005.945312 42 1000 0.1 1000
4 1005.945312 42 1000 0.1 1000
... ... ... ... ... ...
995 876.541138 42 1000 0.1 1000
996 876.541138 42 1000 0.1 1000
997 876.541138 42 1000 0.1 1000
998 876.541138 42 1000 0.1 1000
999 876.541138 42 1000 0.1 1000
[4000 rows x 5 columns]
$ uv run demo/graph.py
# (nice seaborn graph built from the collated dataframe)
You can also run the vandc script to select a single run interactively, and then fetch it using vandc.fetch("run-name").
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vandc-0.1.8.tar.gz
(5.8 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
vandc-0.1.8-py3-none-any.whl
(7.9 kB
view details)
File details
Details for the file vandc-0.1.8.tar.gz.
File metadata
- Download URL: vandc-0.1.8.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7e8e6881537ce53c9957a62317ba5d09b2a6da21f3044c6abfa93e008b4b183
|
|
| MD5 |
fe6ab7b4884492b7a2ac633ceed823ab
|
|
| BLAKE2b-256 |
16f9b8898873c83081a1a18d95099c08506142d232acc242bacfff5171e75074
|
File details
Details for the file vandc-0.1.8-py3-none-any.whl.
File metadata
- Download URL: vandc-0.1.8-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0999b5a47a3ec46e9bce8e335c6c38038dd62a3f744d10f3bb8d42020aae0509
|
|
| MD5 |
4ef95d9389f7eb6da96e015bd71c6628
|
|
| BLAKE2b-256 |
cd1aff3df0baba2f67c124de7ef578a32cd43fab11fd21a201b78473f02571cc
|