Skip to content

Commit 0445e9c

Browse files
nzw0301holly1238
andauthored
Fix typo (#342)
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent 515c64e commit 0445e9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

beginner_source/nlp/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Deep Learning for NLP with Pytorch
1414
https://pytorch.org/tutorials/beginner/nlp/word_embeddings_tutorial.html
1515

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

2020
5. advanced_tutorial.py
2121
Advanced: Making Dynamic Decisions and the Bi-LSTM CRF
22-
https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html
22+
https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html

beginner_source/nlp/sequence_models_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
r"""
3-
Sequence Models and Long-Short Term Memory Networks
3+
Sequence Models and Long Short-Term Memory Networks
44
===================================================
55
66
At this point, we have seen various feed-forward networks. That is,

0 commit comments

Comments
 (0)