|
features = torch.ones(num_nodes, 1, dtype=torch.float, device=self.device) |
Hi, I noticed that all the labels have been set to 1 instead of retaining their original values. Could you confirm if the labels have been restored to their original state? If not, could you explain why they were replaced with 1?
isonetpp/subgraph_matching/dataset.py
Line 90 in b1f911c
Hi, I noticed that all the labels have been set to 1 instead of retaining their original values. Could you confirm if the labels have been restored to their original state? If not, could you explain why they were replaced with 1?