query_completion icon indicating copy to clipboard operation
query_completion copied to clipboard

error code ,

Open sjyttkl opened this issue 4 years ago • 1 comments

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

sjyttkl avatar Oct 20 '20 08:10 sjyttkl

That looks like a mistake. Thanks for finding it. I don't think it effects anything though.

ajaech avatar Oct 21 '20 04:10 ajaech