Metadata-Version: 2.4
Name: kddl
Version: 0.0.2
Summary: Infrastructure to train neural networks with PyTorch.
Author: Kevin Doran
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/kevindoran/kddl
Requires-Python: >3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: einops
Requires-Dist: tensorboard
Requires-Dist: polars
Requires-Dist: torchinfo
Requires-Dist: pytest
Requires-Dist: rich
Dynamic: license-file

# kddl
Infrastructure for training neural networks in Pytorch. Intended for personal projects.

# Installation

This project depends on [PyTorch](https://pytorch.org/), which should be installed first. 

```bash
pip install kddl
```
