We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a304b94 commit 7934844Copy full SHA for 7934844
intermediate_source/seq2seq_translation_tutorial.py
@@ -491,7 +491,7 @@ def tensorsFromPair(pair):
491
#
492
# 학습을 위해서 인코더에 입력 문장을 넣고 모든 출력과 최신 은닉 상태를
493
# 추적합니다. 그런 다음 디코더에 첫 번째 입력으로 ``<SOS>`` 토큰과
494
-# 인코더의 마지막 은닉 상태가 첫번쩨 은닉 상태로 제공됩니다.
+# 인코더의 마지막 은닉 상태가 첫 번째 은닉 상태로 제공됩니다.
495
496
# "Teacher forcing"은 다음 입력으로 디코더의 예측을 사용하는 대신
497
# 실제 목표 출력을 다음 입력으로 사용하는 컨셉입니다.
0 commit comments