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

Return node & edge embeddings from semi-last GCN layer #192

Closed
KristinaUlicna opened this issue Sep 3, 2023 · 1 comment · Fixed by #229
Closed

Return node & edge embeddings from semi-last GCN layer #192

KristinaUlicna opened this issue Sep 3, 2023 · 1 comment · Fixed by #229
Assignees
Labels
enhancement New feature or request methodology Building functional & diverse pipeline

Comments

@KristinaUlicna
Copy link
Collaborator

To allow user to perform dimensionality reduction.

@KristinaUlicna KristinaUlicna added the enhancement New feature or request label Sep 3, 2023
@KristinaUlicna KristinaUlicna self-assigned this Sep 3, 2023
@KristinaUlicna KristinaUlicna added the methodology Building functional & diverse pipeline label Sep 4, 2023
@KristinaUlicna
Copy link
Collaborator Author

An even better approach is to train a model as is, i.e. with Linear layers at the end, and strip the final layer(s) from the model to access GC node embeddings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request methodology Building functional & diverse pipeline
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant