Coder Social home page Coder Social logo

eru's Introduction

ERU: One Framework for all

Eru logo

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

Want to contribute?

We welcome anyone who have some python or pytorch experience to join us. More information in CONTRIBUTING.md

Join our Slack channel first

Installation

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

  • Install Eru from PyPI (recommended):
pip3 install eru

eru's People

Contributors

shawn-shan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

aashay96

eru's Issues

Syntax suggestion

I've been coding in python for quite a while now, but I've never come across the following syntax:

x = GRU(10, 128, return_sequence=False)(input) 
x = Dense(128, 10)(x)
x = Activation("softmax")(x)

What does it do?

By the way, I really like the idea of this project: PyTorch needs some abstraction to make it as usable as keras. I'd like to contribute at some stage. Just FYI, there's a similar sounding project called (torchsample)[https://github.com/ncullen93/torchsample] remove the need for a lot of PyTorch boilerplate.

(nice Silmarillion reference)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.