Skip to content

wojzaremba/rnn

Repository files navigation

Installation

Please clone bleeding-edge version of Theano

git clone git://github.com/Theano/Theano.git 

Set your PYTHONPATH to point to cloned directory. Copy theanorc to ~/.theanorc. After it, you are ready to train RNNs.

RNN training

Call ./main.py model, we support currently models "mock", and "pennchr".

Sequence generation

Call ./gen.py model text (e.g. ./gen pennchr My_name_is). It generates sequences conditioned on ``text''.

Setting up hooks

If you would like to submit anything, please setup testing hooks on your machine.

cd .git/hooks
.git/hooks$ ln -s ../../PRESUBMIT.py pre-commit
chmod a+x ./pre-commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published