Skip to content

Commit 3b429ea

Browse files
docs: Fix typo
1 parent 7ecaecc commit 3b429ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentiment-rnn/Sentiment_RNN_Exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
"\n",
464464
"We'll create an [LSTM](https://pytorch.org/docs/stable/nn.html#lstm) to use in our recurrent network, which takes in an input_size, a hidden_dim, a number of layers, a dropout probability (for dropout between multiple layers), and a batch_first parameter.\n",
465465
"\n",
466-
"Most of the time, you're network will have better performance with more layers; between 2-3. Adding more layers allows the network to learn really complex relationships. \n",
466+
"Most of the time, your network will have better performance with more layers; between 2-3. Adding more layers allows the network to learn really complex relationships. \n",
467467
"\n",
468468
"> **Exercise:** Complete the `__init__`, `forward`, and `init_hidden` functions for the SentimentRNN model class.\n",
469469
"\n",

0 commit comments

Comments
 (0)