CompareNet_FakeNewsDetection icon indicating copy to clipboard operation
CompareNet_FakeNewsDetection copied to clipboard

AssertionError: dim of adj does not match the num of sent, where the idx is 53

Open NEXUS-Liu opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "main.py", line 144, in main(params) File "main.py", line 106, in main dl = DataLoader(params) File "/root/rumor/CompareNet_FakeNewsDetection-master/CompareNet_FakeNewsDetection-master/data_loader.py", line 84, in init dataset_train = DataSet(self.train, self.adj_train, self.fea_train, self.params, self.entity_description) File "/root/rumor/CompareNet_FakeNewsDetection-master/CompareNet_FakeNewsDetection-master/data_loader.py", line 266, in init "dim of adj does not match the num of sent, where the idx is {}".format(i) AssertionError: dim of adj does not match the num of sent, where the idx is 53 感谢您的分享,请问这个问题应该如何解决呢?

NEXUS-Liu avatar Mar 09 '24 11:03 NEXUS-Liu