Metadata-Version: 2.1
Name: eclipsetorch
Version: 0.0.2
Summary: A custom set of tools to make making models a bit easier
Author: Matthew Sanchez
Author-email: xxspicymelonxx@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: transformers
Requires-Dist: pillow
Requires-Dist: numpy

# eclipsetorch

[![PyPI version](https://badge.fury.io/py/eclipsetorch.svg)](https://badge.fury.io/py/eclipsetorch)

**eclipsetorch** is a tool kit that provides functions that make making models a bit easier for pytorch. 
The main focus was originally to make models without having to do too much mental math to figure out of the shape of the tensors that flow through the model are correct

## Features

- **Stack Functions**: These are functions that output multiple layers that can be placed in a sequential or use on their own
                        - conv and unconv are examples of this

## Examples

```python

```
