MSVED-morph-reinflection
MSVED-morph-reinflection copied to clipboard
Modified to work with latest version of Theano
Hi, first of all, thank you for open-sourcing this codebase.
I wanted to run some experiments but had to spend quite some time to get this code to work (with the latest theano version). I thought it would be nice if I made a pull request so others don't spend time figuring out the package versions.
Modifications:
-
ntm_minibatch.py
was missing. I added it from CopyNet repo. -
data_sup.preprocess
returns only 8 values. - Downgraded numpy version to
v1.15
(It conflicts with current theano version, issue: Theano/Theano#6671) - Added conda environment file
(FYI: I disabled the default gpu
flag, since it give a few of errors; could be system specific)
Cheers, Akash