Recurrent Relational Networks for Complex Relational Reasoning
November 21, 2017 ยท View on GitHub
Contains the code to reproduce the experiments in the paper Recurrent Relational Networks for Complex Relational Reasoning
Sudoku
python tasks/sudoku/train.pywill train a RRN with the hyper parameters from the paper and save the best model in the working directorypython tasks/sudoku/test.pywill load the best model from the working directory and evaluate it on the test set
BaBi
python tasks/babi/train.pywill train a RRN with the hyper parameters from the paper and save the best model in the working directorypython tasks/babi/test.pywill load the best model from the working directory and evaluate it on the test set