Skip to content

Commit 75637d5

Browse files
authored
Fix link (#602)
1 parent 400fda9 commit 75637d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

โ€Žintermediate_source/char_rnn_classification_tutorial.pyโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def lineToTensor(line):
184184
#
185185
# ์ด RNN ๋ชจ๋“ˆ(๋Œ€๋ถ€๋ถ„ `Torch ์‚ฌ์šฉ์ž๋ฅผ ์œ„ํ•œ PyTorch ํŠœํ† ๋ฆฌ์–ผ
186186
# <https://tutorials.pytorch.kr/beginner/former_torchies/
187-
# nn_tutorial.html#example-2-recurrent-net>`__ ์—์„œ ๋ณต์‚ฌํ•จ)
187+
# nnft_tutorial.html#example-2-recurrent-net>`__ ์—์„œ ๋ณต์‚ฌํ•จ)
188188
# ์€ ์ž…๋ ฅ ๋ฐ ์€๋‹‰ ์ƒํƒœ๋กœ ์ž‘๋™ํ•˜๋Š” 2๊ฐœ์˜ ์„ ํ˜• ๊ณ„์ธต์ด๋ฉฐ,
189189
# ์ถœ๋ ฅ ๋‹ค์Œ์— LogSoftmax ๊ณ„์ธต์ด ์žˆ์Šต๋‹ˆ๋‹ค.
190190
#

0 commit comments

Comments
ย (0)