Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shawn-shan/eru

High Level Framework for PyTorch
https://github.com/shawn-shan/eru

data-science deep-learning eru neural-network python pytorch

Last synced: 2 months ago
JSON representation

High Level Framework for PyTorch

Awesome Lists containing this project

README

        

# ERU: One Framework for all

![Eru logo](https://s3.amazonaws.com/aws-website-shawnshancom-tm5f7/eru.png)

## You have just found ERU.

High Level Framework for PyTorch

Eru is designed to help with Deep Learning developer to try out advanced models efficiently, so we recommend users to have some understanding of deep learning before using. For this reason, Eru is only implement on GPUs, but we will build CPU configuration soon.

## Quick Start
Comming Soon

We are writing a detailed version of the documentation and tutorial...

## Examples
We have several illustrative examples ranging from basic MLP to sentiment classifiers in the [example folder](https://github.com/Shawn-Shan/Eru/tree/master/examples)

## Want to contribute?
We welcome anyone who have some python or pytorch experience to join us. More information in [CONTRIBUTING.md](https://github.com/Shawn-Shan/eru/blob/master/CONTRIBUTING.md)

[Join our Slack channel first](https://join.slack.com/t/eru-framework/shared_invite/enQtMzU0NjY2NjI0NTYxLTAzN2YwOThmNzQ1MzBjZDU4MWRhMjFjMzNmNTkxZDMzZDIxZGQzZWZiNmE0MzI0MzVjN2ZhMWNiYWJiMzI4OTI)

## Installation

Before installing Eru, please install Pytorch following the instruction on http://pytorch.org/

- **Install Eru from PyPI (recommended):**

```sh
pip3 install eru
```