Metadata-Version: 2.1
Name: hypatorch
Version: 0.2.13
Summary: HypaTorch: A library for abstract and visual model configuration
Home-page: https://github.com/Altavo/hypatorch/
Author: Altavo GmbH
License: Apache 2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: hydra-core
Requires-Dist: lightning
Requires-Dist: omegaconf

# hypaTorch
<p align="center">
<b>Highly Abstract Compound Networks in PyTorch</b>
</p>

This python package provides a flexible and comprehensive framework for creating compound PyTorch models in an abstract manner.

<b>NOTE:</b> Currently, this package is in beta stage. Extensive documentation and examples will be added soon with the 1.0 release.


## Installation

```bash
pip install hypatorch
```
