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

num_features #3

Open
SuperAttitude opened this issue Jun 23, 2021 · 3 comments
Open

num_features #3

SuperAttitude opened this issue Jun 23, 2021 · 3 comments

Comments

@SuperAttitude
Copy link

SuperAttitude commented Jun 23, 2021

Hello, thank you very much for your work. I noticed num_features in your code. I want to know what it means and how it is set in use.Thank you for your reply.

@cyh1112
Copy link
Owner

cyh1112 commented Jun 23, 2021

Hi, thanks for attention, 'num_features' means the number of node/edge feature channel in this work. and you can see more about 'num_features' in BatchNorm, InstanceNorm:

https://pytorch.org/docs/stable/generated/torch.nn.BatchNorm1d.html
https://pytorch.org/docs/stable/generated/torch.nn.InstanceNorm1d.html#torch.nn.InstanceNorm1d

@cyh1112
Copy link
Owner

cyh1112 commented Jun 24, 2021

You can modify it in config file, such as 'configs/SBMs_node_clustering_GCN_CLUSTER_100k.json' line 27: net_params.hidden_dim

@SuperAttitude
Copy link
Author

Thank you for your reply. I'll read it

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