key-value-memory-networks
key-value-memory-networks copied to clipboard
The implementation of key value memory networks in tensorflow
with the test intention that ``` >>> tokenize('Bob dropped the apple. Where is the apple?') ['Bob', 'dropped', 'the', 'apple', '.', 'Where', 'is', 'the', 'apple', '?'] ``` we should write like...
Multiple code lines are unsupported now eg. reduce is not longer working, add in "from functools import reduce "
The code ran into error when I tried running the `simple_gru` approach`. It seems like some of the code are not updated to tf 1.10 API. (I ran in tf...
Hi Siyuan, theanks for the implementation. I was wondering if there is a way to get the sentence that supports theresult. I mean, in the next story: - Daniel went...
I updated your repository for below environment. If you are interested in updating, please see my pull request. - Python 3.6.1 - Tensorflow 1.3.0