Ranga Sai Shreyas M

Results 1 issues of Ranga Sai Shreyas M

I am trying to understand the method in which GCN output is passed into the BERT model The section of code this happens is in [model_vgcn_bert.py](https://github.com/Louis-udm/VGCN-BERT/blob/master/model_vgcn_bert.py) ` words_embeddings = self.word_embeddings(input_ids)...