Skip to content

Commit d5e40bf

Browse files
author
bryan
committed
Fixed typos
1 parent d6810ee commit d5e40bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Can Convolutional Neural Networks Crack Sudoku Puzzles?
1414
* To investigate this task comprehensively, read through [McGuire et al. 2013](https://arxiv.org/pdf/1201.0749.pdf).
1515

1616
## Training
17-
* STEP 1. Generate 1 million Sudoku games. (See `generate_sudoku.py`). The pre-generated games are available [here](https://www.kaggle.com/bryanpark/sudoku).
17+
* STEP 1. Generate 1 million Sudoku games. (See `generate_sudoku.py`). The pre-generated games are available [here](https://www.kaggle.com/bryanpark/sudoku/downloads/sudoku.zip).
1818
* STEP 2. Construct convolutional networks as follows. (See `Graph` in `train.py`)<br/>
1919
![graph](graph.png?raw=true)
2020
* STEP 3. Train the model, feeding X (quizzes) and Y (solutions). Note that only the predictions for the position of the blanks count when computing loss. (See `train.py`)<br/>
@@ -76,7 +76,7 @@ After 4 epochs, we got [the best model file](https://drive.google.com/open?id=0B
7676
* Reinforcement learning would be more appropriate for Sudoku solving.
7777

7878
## Notes for reproducibility
79-
* Download pre-generated Sudoku games [here](https://www.kaggle.com/bryanpark/sudoku) and extract it to `data/` folder.
79+
* Download pre-generated Sudoku games [here](https://www.kaggle.com/bryanpark/sudoku/downloads/sudoku.zip) and extract it to `data/` folder.
8080
* Download the pre-trained model file [here](https://drive.google.com/open?id=0B0ZXk88koS2KV1VIT2RYUGhuOEU) and extract it to `asset/train/ckpt` folder.
8181

8282

0 commit comments

Comments
 (0)