CompareNet_FakeNewsDetection
CompareNet_FakeNewsDetection copied to clipboard
AssertionError: dim of adj does not match the num of sent, where the idx is 5
Thank you for sharing your source code. I had an issue when I ran the source code. Could you please tell me what is the problem?
`Traceback (most recent call last):
File "main.py", line 142, in
File "D:\taobao\twitter\CompareNet_FakeNewsDetection-master\CompareNet_FakeNewsDetection-master\data_loader
.py", line 263, in init
assert a[0].shape[0] == len(self.sents[i]),
AssertionError: dim of adj does not match the num of sent, where the idx is 5
`
Same issue, solved by changing the NLTK to version 3.2.5 as required.