We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d411968 commit 92f20d9Copy full SHA for 92f20d9
examples/train-text-from-scratch/README.md
@@ -4,7 +4,7 @@ Basic usage instructions:
4
5
```bash
6
# get training data
7
-wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
+wget https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/shakespeare.txt
8
9
# train
10
./bin/train-text-from-scratch \
0 commit comments