Metadata-Version: 2.4
Name: laco-torch
Version: 1.0.0
Summary: PyTorch optimizer and scheduler configurables for laco.
Author-email: Kurt Stolle <kurt@khws.io>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: laco>=1.0.0
Requires-Dist: torch>=2.0

# Laco-Torch

PyTorch optimizer and scheduler configurables for laco.

Part of the [laco](https://github.com/khwstolle/laco) project — see the [root README](../../README.md) for an overview.

## Installation

```bash
pip install laco-torch
```

## Features

Auto-registers all `torch.optim` and `lr_scheduler` classes as `@L.configurable`; `register()`, `registered_names()`

## Usage

See [`docs/index.md`](docs/index.md) for the full guide.
