Simplifying PyTorch workflows: Pipeline, Versioning, and Vault.
Project description
useml
Stop coding plumbing, start training models.
useml is a minimalist framework for PyTorch designed to eliminate the 90% of software engineering overhead in Machine Learning projects. It handles pipelines, versioning, and environment sealing so you can focus on the architecture.
Key Features
- AtomicData: Type-safe data structures for PyTorch.
- Auto-Versioning: Every run is automatically linked to a Git commit and config snapshot.
- The Vault: Seal your model, schema, and weights into a single, portable artifact.
- Zero Friction: If it doesn't simplify your code, it doesn't belong in
useml.
Quick Start
import useml
# Your logic here
# trainer = useml.Trainer(model, schema)
# trainer.train(loader)
Installation
pip install useml
Why useml?
Most ML projects fail because of "hidden technical debt" in the pipeline. useml enforces a clean structure from the first line of code, ensuring that every experiment you run is 100% reproducible and deployable.
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
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 useml-0.0.1.tar.gz.
File metadata
- Download URL: useml-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed73599f2e1b7de6e3140f5199f28ea808a3998a706ea863ffa4ff46f868f1be
|
|
| MD5 |
7aa5ae0360ecd1c0688f5af8ab84fe57
|
|
| BLAKE2b-256 |
517aba1ad516a43daa49e8c3579fdb30fb23e448821282069a528951c74150c2
|
File details
Details for the file useml-0.0.1-py3-none-any.whl.
File metadata
- Download URL: useml-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b293aaa9649a866729490db0b6919431d2e5bb4a79a76daa981c2d8cd56f51e4
|
|
| MD5 |
d2f6fadadd2fe0a851d49b0c6acbae32
|
|
| BLAKE2b-256 |
1ab68499d7350921be258b340378026684b83ce65ea41d32200720f56fd81d4f
|