Skip to content

rasmusbergpalm/recurrent-relational-networks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Recurrent Relational Networks for Complex Relational Reasoning

Contains the code to reproduce the experiments in the paper Recurrent Relational Networks for Complex Relational Reasoning

Sudoku

  • python tasks/sudoku/train.py will train a RRN with the hyper parameters from the paper and save the best model in the working directory
  • python tasks/sudoku/test.py will load the best model from the working directory and evaluate it on the test set

BaBi

  • python tasks/babi/train.py will train a RRN with the hyper parameters from the paper and save the best model in the working directory
  • python tasks/babi/test.py will load the best model from the working directory and evaluate it on the test set

About

Code accompanying the paper Recurrent Relational Networks for Complex Relational Reasoning https://arxiv.org/abs/1711.08028

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages