Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions beginner_source/nlp/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Deep Learning for NLP with Pytorch
https://pytorch.org/tutorials/beginner/nlp/word_embeddings_tutorial.html

4. sequence_models_tutorial.py
Sequence Models and Long-Short Term Memory Networks
Sequence Models and Long Short-Term Memory Networks
https://pytorch.org/tutorials/beginner/nlp/sequence_models_tutorial.html

5. advanced_tutorial.py
Advanced: Making Dynamic Decisions and the Bi-LSTM CRF
https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html
https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html
2 changes: 1 addition & 1 deletion beginner_source/nlp/sequence_models_tutorial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
r"""
Sequence Models and Long-Short Term Memory Networks
Sequence Models and Long Short-Term Memory Networks
===================================================
At this point, we have seen various feed-forward networks. That is,
Expand Down