jx00109 / siamese-lstm-for-sentence-similarity

A tensorflow implementation of siamese lstm.
90 stars 33 forks source link

代码方面 #2

Closed WelcomeLi closed 6 years ago

WelcomeLi commented 6 years ago

data_helper.py 中 new_x1[i, :, :] = (x1[0:max_len:embed_dim]) 我觉得应该是 new_x1[i, :, :] = (x1[0:max_len])

希望作者尽早给予答复

jx00109 commented 6 years ago

@WelcomeLi 确实如此,这是我写的较早期的版本了,谢谢指正。