Utilities for Burla.dev (unofficial)
Project description
burla_io
Tiny utilities you can import for working with burla.
Install (local)
From this folder, run:
pip install .
Or for development/editable mode:
pip install -e .
Usage
from burla_io import cd, prepare_inputs
with cd("/tmp"):
... # do work in /tmp
combos = prepare_inputs({
"lr": [1e-3, 1e-4],
"batch": [16, 32],
})
# combos -> [
# {"lr": 0.001, "batch": 16},
# {"lr": 0.001, "batch": 32},
# {"lr": 0.0001, "batch": 16},
# {"lr": 0.0001, "batch": 32},
# ]
License
MIT
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
burla_io-0.3.0.tar.gz
(2.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
File details
Details for the file burla_io-0.3.0.tar.gz.
File metadata
- Download URL: burla_io-0.3.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83069c73e97bef363c3ed54fcb37cf39228ea1492b12a1b9f96fb02ece08a0fa
|
|
| MD5 |
abf9dd1076eb0ee9ebaf0d7de3f4644a
|
|
| BLAKE2b-256 |
7b488908327b81e34cfd55a5dddb1d38e922c60d96fd5588678d63ce22956ec8
|
File details
Details for the file burla_io-0.3.0-py3-none-any.whl.
File metadata
- Download URL: burla_io-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07dd07e3de7059cc6d9a44311a7c82f45fef8652254aa3bbd027fa4ec1af7246
|
|
| MD5 |
d925218b7e880b1a767b75bcb512bad6
|
|
| BLAKE2b-256 |
0aa16011c1cfedd283852df3e2333f05f094f611f0437068006e5bdf9035670c
|