brightmart/nlu_sim

assign_pretrained_word_embedding

codemayq opened this issue · 1 comments

word2id 里面PAD_ID = 0,UNK_ID=1,所以embdding的赋值开始index应该是2才对,目前是只针PAD_ID 设置了zeros,而UNK_ID没有设置,开始index是从1开始。

you are right. can you upload and send merge request through git?