MSVED-morph-reinflection icon indicating copy to clipboard operation
MSVED-morph-reinflection copied to clipboard

Modified to work with latest version of Theano

Open akashrajkn opened this issue 5 years ago • 0 comments

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:

  1. ntm_minibatch.py was missing. I added it from CopyNet repo.
  2. data_sup.preprocess returns only 8 values.
  3. Downgraded numpy version to v1.15 (It conflicts with current theano version, issue: Theano/Theano#6671)
  4. Added conda environment file

(FYI: I disabled the default gpu flag, since it give a few of errors; could be system specific)

Cheers, Akash

akashrajkn avatar Jun 03 '19 23:06 akashrajkn