Просмотр исходного кода

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.
David Yang 2 лет назад
Родитель
Сommit
92f20d9942
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/train-text-from-scratch/README.md

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

@@ -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 \