Skip to content

Annotate your instance methods with a @theanify decorator and have them be compiled by theano.

Notifications You must be signed in to change notification settings

sharadmv/theanify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theanify

theanify is a hack that allows you to use the normal OOP paradigm with theano.

Development

If you want to play around with it, first clone the repo.

Then:

$ virtualenv venv
$ pip install pip setuptools --upgrade
$ pip install -r requirements.txt
$ python setup.py develop

Installation

$ pip install theanify

About

Annotate your instance methods with a @theanify decorator and have them be compiled by theano.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages