Get raw text instead of page with html
We probably want to train using just the text of Shakespeare instead of the html of the page displaying his work.
This commit is contained in:
parent
d411968e99
commit
3440e30cb5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Basic usage instructions:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# get training data
|
# get training data
|
||||||
wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
|
wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/shakespeare.txt
|
||||||
|
|
||||||
# train
|
# train
|
||||||
./bin/train-text-from-scratch \
|
./bin/train-text-from-scratch \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue