Skip to content

Commit 8142010

Browse files
authored
Fixes #1460 (#2364)
1 parent ddcc10c commit 8142010

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)