Skip to content

Commit

Permalink
Minor typo fix. GPUS to GPUs.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackberrybhtg committed Sep 28, 2017
1 parent 66fd07f commit 7000854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter09_natural-language-processing/tree-lstm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"[we introduced in chapter 5](../chapter05_recurrent-neural-networks/simple-rnn.ipynb)\n",
"model word order, by passing over the sequence of words in order,\n",
"updating the models representation of the sentence after each word. \n",
"And, with LSTM recurrent cells and training on GPUS, \n",
"And, with LSTM recurrent cells and training on GPUs, \n",
"even the straightforward LSTM far outpaces classical approaches,\n",
"on a number of tasks, including language modeling,\n",
"named entity recognition and more. \n",
Expand Down

0 comments on commit 7000854

Please sign in to comment.