Skip to main content

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


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.2.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

burla_io-0.2.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file burla_io-0.2.0.tar.gz.

File metadata

  • Download URL: burla_io-0.2.0.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.6

File hashes

Hashes for burla_io-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e375c2a478f9e35a6363fcfdb159428cc1d1d1f560bca9eb01ffc77115cb9a04
MD5 f2aee252553c2bda913904b43ae356a6
BLAKE2b-256 f036896f724e79d6953500937c3e7859ab74234ec3018b95574d769ddd4703a9

See more details on using hashes here.

File details

Details for the file burla_io-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: burla_io-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.6

File hashes

Hashes for burla_io-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cfcad93306dc9cfd5ebad231d6af6d58eacf39c0a0fee36ad4977fa86a3f0ba0
MD5 3e38dbc7b93affab3e12b5e505acbbec
BLAKE2b-256 e892497f324c5f9030c4166678fd33ec52821a7fb9882e9bc5e3c99c753b76ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page