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

😶‍🌫️ Create CSRGraph Abstraction #112

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

nithinmanoj10
Copy link
Contributor

Changed up the StaticGraph base class. This feature is still in progress

Changed up the StaticGraph base class. This feature is still in progress
@nithinmanoj10 nithinmanoj10 added the new feature Adding a new feature label Jan 29, 2024
@nithinmanoj10 nithinmanoj10 self-assigned this Jan 29, 2024
@nithinmanoj10 nithinmanoj10 linked an issue Jan 29, 2024 that may be closed by this pull request
Added the inherited child class CSRGraph
Added all the graph classes in the __init__ file by importing them there itself. And made some linting changes for the new version of ruff.
And modified the script to build the CSR .so file
Working on the example python script for running a GCN using the new dataloader abstraction and CSRGraph that was added
@nithinmanoj10 nithinmanoj10 removed this from the 🎁 STGraph 1.1.0 Release milestone Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Adding a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

😶‍🌫️ Adding CSRGraph to StaticGraph Abstraction
1 participant