lisa-groundhog / GroundHog

Library for implementing RNNs with Theano
BSD 3-Clause "New" or "Revised" License
598 stars 229 forks source link

Access to test/training scripts #55

Open kellymarchisio opened 6 years ago

kellymarchisio commented 6 years ago

I realize this project is no longer being developed, but as Bahdanau et al. (2014) is a critical work in the literature, it would be great to be able to reproduce this implementation exactly.

I've got it up-and-running, but test.bash says "Until we upload the models to a server the test data is stored in LISA data storage, which means that running tests is currently possible only from the LISA lab." Is this test data released somewhere? (And the training data? - though that I can roughly compose myself from details in the paper).

Otherwise, if I can access all the data/code in another repository, that would also be helpful (even if it's implemented with another framework).