/rhn

Recurrent Highway networks

Primary LanguagePython

Recurrent Highway Networks

Requirements

pip install -r requirements.txt

Training

to train the network on the Penn Treebank with SOTA, run

python rhn_train_tf.py with ptb_sota

to train the network on the enwiki8 (Wikipedia) with SOTA, run

python rhn_train_tf.py with enwik8_sota

to train the network on text8 (Wikipedia) with SOTA, run

python rhn_train.py with text8_sota

Usage