Allows you to annotate instance methods to be compiled by Theano.


Keywords
theano
License
MIT
Install
pip install theanify==0.1.17

Documentation

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