Closed guotong1988 closed 4 years ago
这行代码的作用是?
vocab_input=gcn_swop_eye.matmul(words_embeddings).transpose(1,2)
gcn_swop_eye is the gcn one-hot ids. words_embeddings is from the bert ids.
gcn_swop_eye
words_embeddings
Thank you very much.
@Louis-udm @Xiang-Pan
The graph embedding calculates for every embedding dimension, this is for keeps the embedding dimension size.
这行代码的作用是?
gcn_swop_eye
is the gcn one-hot ids.words_embeddings
is from the bert ids.Thank you very much.
@Louis-udm @Xiang-Pan