query_completion icon indicating copy to clipboard operation
query_completion copied to clipboard

Personalized Query Completion

Results 3 query_completion issues
Sort by recently updated
recently updated
newest added

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...

Thanks for your sharing. I want to run your code. Can you describe how to prepare data before running `trainer.py` (to reproduce your results)? (1) Where can I download original...