From c56637d20bdb3fbb59fb71275a21ac21f068cf9d Mon Sep 17 00:00:00 2001 From: Kishan Savant <66986430+NeoKish@users.noreply.github.com> Date: Mon, 14 Aug 2023 20:37:08 +0530 Subject: [PATCH] Fixes #2498 (#2521) * Fixes #2498 * Modified to a regular url --------- Co-authored-by: Svetlana Karslioglu --- intermediate_source/char_rnn_generation_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/char_rnn_generation_tutorial.py b/intermediate_source/char_rnn_generation_tutorial.py index 5e0f6308c0..114c3f3f57 100644 --- a/intermediate_source/char_rnn_generation_tutorial.py +++ b/intermediate_source/char_rnn_generation_tutorial.py @@ -5,7 +5,7 @@ **Author**: `Sean Robertson `_ This is our second of three tutorials on "NLP From Scratch". -In the `first tutorial ` +In the `first tutorial `_ we used a RNN to classify names into their language of origin. This time we'll turn around and generate names from languages.