xiaodongdong

Results 8 issues of xiaodongdong

请继续啊。催更了

The paper 'unsupervised word discovery with segmental neural language models " is similar to 'learning to discover, ground and use words with segmental natural language models'?

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

csv数据文件是空的唉。 train.csv is empty

why not have log in conversion history? hope add log info

eval.py 文件中,8到12行 的 from helper import Config 这个helper在哪里?