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

graph representation: what should we pass around #40

Open
yuanqing-wang opened this issue May 22, 2020 · 1 comment
Open

graph representation: what should we pass around #40

yuanqing-wang opened this issue May 22, 2020 · 1 comment

Comments

@yuanqing-wang
Copy link
Member

we decided that for now we are going to pass only features in our message passing framework. this is safer but might add complexity in the future when we also wanted to have heterograph

@yuanqing-wang
Copy link
Member Author

looks like it's recommended by dgl to pass only tensors around and we haven't yet find a way to efficiently copy the graph.

note that calling g.local_var() doesn't copy the graph

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

1 participant