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

Added pos Node Type for Diffusion Modeling Support in HydraGNN #296

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

zachfox
Copy link
Collaborator

@zachfox zachfox commented Oct 26, 2024

Description:

This PR incorporates Bareesh and Eric's updates to add a pos node type. This helps us to implement diffusion models on top of HydraGNN.

Key changes include:

  • Defined and integrated pos as a new node type for diffusion processes (mostly done by Eric Yeats and Bareesh Bhaduri, but git histories could not easily be reconciled).
  • Updated data handling, configuration, and model processing to accommodate pos.
  • Ensured compatibility with HydraGNN's
  • Added models/HybridEGCLStack.py - allows for some heads have a cross-entropy loss and some to have mse loss.

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

Successfully merging this pull request may close these issues.

1 participant