wangjiawei

Results 6 issues of wangjiawei

P@N是什么意思呀,N代表什么

![]( https://user-images.githubusercontent.com/11680869/38462524-1bad3e86-3b1b-11e8-8766-50b60cdba7a6.png ) 我不理解公式中的矩阵A,什么是带权对角矩阵,矩阵元素的值是作为参数训练还是一开始就固定?

您好,请问您是如何构建本体的?

Can you tell me how do you process the data into the format of sentences.txt and tags.txt? Thank you very much .

I imitated your project to write a part-of-speech tagging project, adding character embedding and the crf layer (refer to https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html#sphx-glr-beginner-nlp-advanced- Tutorial-py), but when I use GPU training, I find that...

h = hiddens.gather(1, x_lengths).permute(1,0,2) RuntimeError: Expected tensor [64 x 1 x 300], src [64 x 6 x 128] and index [64 x 1 x 300] to have the same size...