Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shawn-shan/eru
- Owner: Shawn-Shan
- License: mit
- Created: 2018-03-29T05:45:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T16:29:27.000Z (about 6 years ago)
- Last Synced: 2024-10-28T22:25:52.467Z (3 months ago)
- Topics: data-science, deep-learning, eru, neural-network, python, pytorch
- Language: Python
- Size: 33.2 KB
- Stars: 8
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 SoonWe 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
```