We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in mode.py file
line 130 、 132 。
130: self.per_sentence_loss = tf.div(tf.reduce_sum(self.per_word_loss, 1), tf.reduce_sum(_mask, 1)) 132: self.per_sentence_loss = tf.reduce_sum(self.per_word_loss, 1)
here why same code definition and it not used in after code
thanks
The text was updated successfully, but these errors were encountered:
That looks like a mistake. Thanks for finding it. I don't think it effects anything though.
Sorry, something went wrong.
No branches or pull requests
in mode.py file
line 130 、 132 。
130: self.per_sentence_loss = tf.div(tf.reduce_sum(self.per_word_loss, 1),
tf.reduce_sum(_mask, 1))
132: self.per_sentence_loss = tf.reduce_sum(self.per_word_loss, 1)
here
why same code definition and it not used in after code
thanks
The text was updated successfully, but these errors were encountered: