Open 40347015S opened 3 years ago
@40347015S Sorry I only recently had a little time. I implemented a new VGCN-BERT version, much faster. And this old algorithm is deprecated. the new version is available in HuggingFace hub: https://huggingface.co/zhibinlu/vgcn-bert-distilbert-base-uncased
Hi Louis: Thanks for your contribution and your paper is outstanding! I have some little questions. May I ask what "gcn_swop_eye" means in the code? And where are they come from (What is the procedure for obtaining them)? And I don't understand what the following line of code means? vocab_input=gcn_swop_eye.matmul(words_embeddings).transpose(1,2) and what the vocab_input means?
Thanks!