Closed iamxpy closed 5 years ago
Hi @iamxpy and thank you for reaching me out.
Unfortunately I only run few experiments within this project before getting absorbed by another one (currently ongoing).
I have experienced the issue you reported and I want to dig further into it as soon as I have time.
In the meantime feel free to experiment with it: as an example, I was going to change the embedding representation of a word with one-of-k representation as the vocabulary size of babi is very limited.
If you try some variations let me know!
I I made significant changes to the code. The Relation Network is now working as expected (need little more tuning to match paper's results). From now on, I plan to focus more on Recurrent Relational Networks. Hopefully I will be able to provide a working version soon enough.
I I made significant changes to the code. The Relation Network is now working as expected (need little more tuning to match paper's results). From now on, I plan to focus more on Recurrent Relational Networks. Hopefully I will be able to provide a working version soon enough.
Amazing! Thanks for your work and kindly sharing!
I cloned the repo and finished the preliminary work (in Prerequisites), then simply used the following command to run the code:
python launch_rrn_babi.py --epochs=50000 --cuda
and here is part of the log:
What can I do to improve the accuracy? Thanks in advance for any info you can provide!