项目文件夹

文件
Xiagkun Hu b2f7f0ee7c [Model] Recurrent Relational Network (RRN) on sudoku (#733)
* rrn model and sudoku

* add README

* refine the code, add doc strings

* add sudoku solver
2019-08-10 02:00:11 +08:00

497 B

Recurrent Relational Network (RRN)

Dependencies

  • PyTorch 1.0+
  • DGL 0.3+

Codes

The folder contains a DGL implementation of Recurrent Relational Network, and its application on sudoku solving.

Results

Run the following

python3 train_sudoku.py --output_dir out/ --do_train --do_eval

Test accuracy (puzzle-level): 96.08% (paper: 96.6%)