Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliphatfs/torch.redstone

Redstone torch: light-weight boilerplates for PyTorch.
https://github.com/eliphatfs/torch.redstone

convenience-methods library lightweight machine-learning pytorch utilities

Last synced: 3 days ago
JSON representation

Redstone torch: light-weight boilerplates for PyTorch.

Awesome Lists containing this project

README

        

# `torch.redstone`

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/eliphatfs/torch.redstone/build_and_run.yaml)](https://github.com/eliphatfs/torch.redstone/actions) [![PyPI](https://img.shields.io/pypi/v/torch.redstone)](https://pypi.org/project/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).