Open chingyaoc opened 8 years ago
Hmm... seems like a python problem. What version of python are you using?
I use python 2.7.
Btw in dmn_plus.py
, is it proper to initialize only one gru?
I haven't tested on python 2.7 since my version is 3.5. I'll test and fix on it!
What GRU are you referring?
same problem, could you give a python 2.7 version , thanks
See if changing the line 76 to the following works for you:
arg = q.append(x["A"])
word_table.add_vocab(arg)
Hi, I simply run the code by
./main.py --task 1
and error occurred.Is seems that something is wrong with data loader.