Skip to content

Commit 92f20d9

Browse files
authored
train : get raw text instead of page with html (#1905)
We probably want to train using just the text of Shakespeare instead of the html of the page displaying his work.
1 parent d411968 commit 92f20d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/train-text-from-scratch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Basic usage instructions:
44

55
```bash
66
# get training data
7-
wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
7+
wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/shakespeare.txt
88

99
# train
1010
./bin/train-text-from-scratch \

0 commit comments

Comments
 (0)