Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't do node_classification tasks on panther datasets #16

Closed
wangzeyu135798 opened this issue Dec 24, 2020 · 1 comment
Closed

Can't do node_classification tasks on panther datasets #16

wangzeyu135798 opened this issue Dec 24, 2020 · 1 comment

Comments

@wangzeyu135798
Copy link

When I use cikm dataset in panther directory do downstream node_classification task, in data_utils class SSSingleDataset, self.data = Data(x=None, edge_index = egde_index,y = None), while in graph_dataset.py line 434 self.num_classes = self.data.y.shape[1], this self.data is Data object, self.data.y doesn't exist so it runs wrong.

@qibinc
Copy link
Collaborator

qibinc commented Dec 24, 2020

Hi @wangzeyu135798 ,

Datasets in the panther directory are for the Similarity Search task. They don't have node labels and don't support the node classification task. Please check out the experimental sections in the paper for details.

@qibinc qibinc closed this as completed Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants