dongkwan-kim / SuperGAT

[ICLR 2021] How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision

Home Page:https://openreview.net/forum?id=Wi5KUNlqWty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enable SparseTensor option?

GabbySuwichaya opened this issue · comments

commented

Hi Dongkwan, I would like to ask how to use the SparseTensor option with our code.
Also, do I have to write the message_and_propagate() myself ... Or your code already did that?
Best,

Hi, Gabby.

I would like to ask how to use the SparseTensor option with our code.
Also, do I have to write the message_and_propagate() myself ... Or your code already did that?

Currently, our code does not support SparseTensor, since several operations in SuperGAT (e.g., negative_sampling) do not take SparseTensor as an input.

Thank you.

commented

Thank you. :)