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 4526e06 commit a162702Copy full SHA for a162702
intermediate_source/seq2seq_translation_tutorial.py
@@ -139,7 +139,7 @@
139
# the networks later. To keep track of all this we will use a helper class
140
# called ``Lang`` which has word → index (``word2index``) and index → word
141
# (``index2word``) dictionaries, as well as a count of each word
142
-# ``word2count`` to use to later replace rare words.
+# ``word2count`` which will be used to replace rare words later.
143
#
144
145
SOS_token = 0
0 commit comments