A package for simple experiment run tracing.
Project description
srspy
A package for simple research experiment tracing. Python 3.
pip install srspy
For example,
from srspy import RunTrace
# ...
r = RunTrace(name="train_model", data={
"epochs": epochs,
"batch_size": batch_size,
"p": p,
"λ": lamb,
"optimizer": "adam",
"lr": 0.0001,
"gpu": GPU,
"bias": bias,
}, log_dir="./runs")
# ...
for epoch in ...:
# ...
r.flush(data={"epoch_loss": epoch_loss})
# ...
r.close()
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
srspy-0.0.1.tar.gz
(273.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
srspy-0.0.1-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file srspy-0.0.1.tar.gz.
File metadata
- Download URL: srspy-0.0.1.tar.gz
- Upload date:
- Size: 273.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a711e4b679bc38b6309b47ee5a8c26cb0ae8fe7c932ea8f2629104b741bd1b83
|
|
| MD5 |
82b048a2590558dcbeb81fe271af40b4
|
|
| BLAKE2b-256 |
625b44f154455f64699013771322e7a608ad7586ccc664ebe023bc74b3bf4a47
|
File details
Details for the file srspy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: srspy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9400c5fb039f4f98cf4d5bc679d09fe06142b61780c4f9f82e5d48dded07b103
|
|
| MD5 |
63ca383c24b37c93a36a7baaaec2b8d9
|
|
| BLAKE2b-256 |
8fb4b01d7c9503cddc5f334b19e5c019433f041c2e3fdd9f8981314a36fe94f2
|