-
I implemented the end-to-end memory network model from https://arxiv.org/pdf/1503.08895.pdf (c.f. 588cd1d8a8148495f519d17d6404814bc0f69da9) and am currently somewhat stuck because it won't generalise…
-
`python3 examples/display_data.py -t babi:task1k:1`
> [numthreads:1]
> [task:babi:task1k:1]
> [datatype:train]
> [batchsize:1]
> [num_examples:10]
> [datapath:/Library/Frameworks/Python.framewor…
-
Tried to debug https://github.com/facebookresearch/ParlAI/issues/58 by testing the *LuaJIT* installation with `luajit -e "require 'library.PositionalEncoder'"` from https://github.com/facebookresearch…
-
I can sucessfully run the command "python3 examples/memnn_luatorch_cpu/full_task_train.py -t babi:task10k:1 -nt 1" in the terminal,but when I run it by pycharm,it occures the error as follows:
FileN…
-
AttributeError: 'list' object has no attribute 'shape'
Exception ignored in:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-package…
-
hi there
is it possible to use DNC to train a classifier base on text?, encoding every work with an embedding of course.
thanks
-
I ran: `python examples/drqa/train.py -t "#opensubtitles"`
After 10 or 20 minutes:
```
05/25/2017 02:34:31 PM: [ Running validation... ]
Traceback (most recent call last):
File "examples/dr…
-
Task 16 (basic induction) and task 19 (path-finding) overfit and the test loss did not converge after 10 runs with different random seeds:
Possibilities:
- There is a bug in the model.
- Th…
-
Hello.
In DMN+, task 19(pathfinding) is almost solved. Can you tell me the your repo's accuracy of task 19? Did you reach that high accuracy?
Thank you very much.
-
Based on the Task name, this shouldn't be the case or am I wrong.
I am getting stories such as -:
1 Sandra travelled to the kitchen.
2 Sandra grabbed the milk.
3 Daniel journeyed to the bedroom.
4 S…