Open ALEX13679173326 opened 2 years ago
Hi
I'm confused about line 41 in module.py file:if torch.sum(self.adj_A != self.adj_A): print('nan error \n')Why add this sentence?Under what circumstances will ‘’nan error‘’ occur?
if torch.sum(self.adj_A != self.adj_A): print('nan error \n')
Looking forward to your reply
Hi
I'm confused about line 41 in module.py file:
if torch.sum(self.adj_A != self.adj_A): print('nan error \n')
Why add this sentence?Under what circumstances will ‘’nan error‘’ occur?Looking forward to your reply