Skip to content

Commit

Permalink
Fixes #1460 (#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoKish authored May 31, 2023
1 parent ddcc10c commit 8142010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion intermediate_source/char_rnn_classification_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
NLP From Scratch: Classifying Names with a Character-Level RNN
**************************************************************
**Author**: `Sean Robertson <https://github.com/spro/practical-pytorch>`_
**Author**: `Sean Robertson <https://github.com/spro>`_
We will be building and training a basic character-level RNN to classify
words. This tutorial, along with the following two, show how to do
Expand Down
2 changes: 1 addition & 1 deletion intermediate_source/char_rnn_generation_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
NLP From Scratch: Generating Names with a Character-Level RNN
*************************************************************
**Author**: `Sean Robertson <https://github.com/spro/practical-pytorch>`_
**Author**: `Sean Robertson <https://github.com/spro>`_
This is our second of three tutorials on "NLP From Scratch".
In the `first tutorial </intermediate/char_rnn_classification_tutorial>`
Expand Down
2 changes: 1 addition & 1 deletion intermediate_source/seq2seq_translation_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
NLP From Scratch: Translation with a Sequence to Sequence Network and Attention
*******************************************************************************
**Author**: `Sean Robertson <https://github.com/spro/practical-pytorch>`_
**Author**: `Sean Robertson <https://github.com/spro>`_
This is the third and final tutorial on doing "NLP From Scratch", where we
write our own classes and functions to preprocess the data to do our NLP
Expand Down

0 comments on commit 8142010

Please sign in to comment.