Skip to content

Commit 0445e9c

Browse files
nzw0301holly1238
andauthored
Fix typo (#342)
Co-authored-by: holly1238 <[email protected]>
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

+2-2
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

+1-1
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)