From 6fb800f48385851c4bcc21096e3bcd830babac1b Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Tue, 25 Aug 2020 08:29:37 -0400 Subject: [PATCH] LSTM's -> LSTMs in equence_models_tutorial.py docs --- beginner_source/nlp/sequence_models_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/nlp/sequence_models_tutorial.py b/beginner_source/nlp/sequence_models_tutorial.py index 4db0361954d..40e4b79afd7 100644 --- a/beginner_source/nlp/sequence_models_tutorial.py +++ b/beginner_source/nlp/sequence_models_tutorial.py @@ -21,7 +21,7 @@ part-of-speech tags, and a myriad of other things. -LSTM's in Pytorch +LSTMs in Pytorch ~~~~~~~~~~~~~~~~~ Before getting to the example, note a few things. Pytorch's LSTM expects