Skip to content

Commit 7934844

Browse files
authored
오타_띄어쓰기_수정 (#680)
1 parent a304b94 commit 7934844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/seq2seq_translation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def tensorsFromPair(pair):
491491
#
492492
# 학습을 위해서 인코더에 입력 문장을 넣고 모든 출력과 최신 은닉 상태를
493493
# 추적합니다. 그런 다음 디코더에 첫 번째 입력으로 ``<SOS>`` 토큰과
494-
# 인코더의 마지막 은닉 상태가 첫번쩨 은닉 상태로 제공됩니다.
494+
# 인코더의 마지막 은닉 상태가 첫 번째 은닉 상태로 제공됩니다.
495495
#
496496
# "Teacher forcing"은 다음 입력으로 디코더의 예측을 사용하는 대신
497497
# 실제 목표 출력을 다음 입력으로 사용하는 컨셉입니다.

0 commit comments

Comments
 (0)