Metadata-Version: 2.1
Name: torch.redstone
Version: 0.0.2
Summary: Redstone torch, common boilerplates for PyTorch.
Home-page: https://github.com/eliphatfs/torch.redstone
Author: flandre.info
Author-email: flandre@scarletx.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: typing-extensions

# `torch.redstone`

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eliphatfs/torch.redstone/build_and_run.yaml) ![PyPI](https://img.shields.io/pypi/v/torch.redstone)

Polyfills, common boilerplates and utilities -- A super light-weight library to boost development with PyTorch.

Works on CPU & GPU, with any version of PyTorch.

![Redstone torch](_readme/redstone-torch.jpg)

Disclaimer: The project is neither affiliated with nor endorsed by PyTorch.

## Installation
`torch.redstone` is a pure python package and can be installed via:
```sh
pip install torch.redstone
```

## Documentation
The documentation is available at the [github wiki](https://github.com/eliphatfs/torch.redstone/wiki).


