jzilly / RecurrentHighwayNetworks

Recurrent Highway Networks - Implementations for Tensorflow, Torch7, Theano and Brainstorm
MIT License
403 stars 70 forks source link

Theano implementation for PTB #1

Closed shimisalant closed 7 years ago

shimisalant commented 7 years ago

Hi,

I've added 2 files: theano_rhn.py (where the model is defined), and theano_rhn_ptb.py (main program, which follows the code in rhn_train.py, e.g. it also uses Sacred). This implementation reaches to same SOTA results.

One thing to consider is how the existing data/reader.py was updated:

Hopefully, this is okay, let me know otherwise.

Thanks for the great paper and code!

flukeskywalker commented 7 years ago

Fantastic, we were hoping for a Theano implementation from the community! I'll happily merge this. Two questions:

shimisalant commented 7 years ago
flukeskywalker commented 7 years ago

Great! :D