From 9fe84a5fe21c0933826778ee261ec6b8c7ad8b52 Mon Sep 17 00:00:00 2001 From: mikeboensel Date: Sat, 16 Mar 2024 10:29:45 -0400 Subject: [PATCH] Update char_rnn_generation_tutorial.py Fixed broken link --- 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 28e5eaf3832..f7db4769ed8 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.