Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 566988a

Browse files
committedMay 31, 2023
Fixes #1460
1 parent ddcc10c commit 566988a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎intermediate_source/char_rnn_classification_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
NLP From Scratch: Classifying Names with a Character-Level RNN
44
**************************************************************
5-
**Author**: `Sean Robertson <https://github.com/spro/practical-pytorch>`_
5+
**Author**: `Sean Robertson <https://github.com/spro>`_
66
77
We will be building and training a basic character-level RNN to classify
88
words. This tutorial, along with the following two, show how to do

‎intermediate_source/char_rnn_generation_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
NLP From Scratch: Generating Names with a Character-Level RNN
44
*************************************************************
5-
**Author**: `Sean Robertson <https://github.com/spro/practical-pytorch>`_
5+
**Author**: `Sean Robertson <https://github.com/spro>`_
66
77
This is our second of three tutorials on "NLP From Scratch".
88
In the `first tutorial </intermediate/char_rnn_classification_tutorial>`

‎intermediate_source/seq2seq_translation_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
NLP From Scratch: Translation with a Sequence to Sequence Network and Attention
44
*******************************************************************************
5-
**Author**: `Sean Robertson <https://github.com/spro/practical-pytorch>`_
5+
**Author**: `Sean Robertson <https://github.com/spro>`_
66
77
This is the third and final tutorial on doing "NLP From Scratch", where we
88
write our own classes and functions to preprocess the data to do our NLP

0 commit comments

Comments
 (0)
Please sign in to comment.