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 35833c1 commit 22090f6Copy full SHA for 22090f6
intermediate_source/seq2seq_translation_tutorial.py
@@ -405,7 +405,7 @@ def initHidden(self):
405
# Attention Decoder
406
# ^^^^^^^^^^^^^^^^^
407
#
408
-# If only the context vector is passed betweeen the encoder and decoder,
+# If only the context vector is passed between the encoder and decoder,
409
# that single vector carries the burden of encoding the entire sentence.
410
411
# Attention allows the decoder network to "focus" on a different part of
0 commit comments