From 3dd787ea73d63f1a1f02280ef503eea12eef75f6 Mon Sep 17 00:00:00 2001 From: KH Date: Mon, 18 Sep 2023 23:19:35 +0900 Subject: [PATCH] fix syntax error in `intermediate_source/char_rnn_generation_tutorial.py` (#786) fix link syntax error in intermediate_source/char_rnn_generation_tutorial.py --- 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 d4c5d5228..cb6e4220e 100644 --- a/intermediate_source/char_rnn_generation_tutorial.py +++ b/intermediate_source/char_rnn_generation_tutorial.py @@ -7,7 +7,7 @@ **번역**: `황성수 `_ 이 튜토리얼은 3개로 이뤄진 "기초부터 시작하는 NLP"의 2번째 튜토리얼입니다. -`첫번째 튜토리얼 ` +`첫번째 튜토리얼 `_ 에서는 이름의 언어를 분류하기 위해 RNN을 사용했습니다. 이번에는 반대로 언어로 이름을 생성할 예정입니다.