Hi all,
Firstly, thank you for the excellent package. I have a query about whether gradients can back-propagate through subgraph functions like edge_subgraph()
. I am currently training a model that sampling edges based on certain probabilities. The essential requirement is for the gradients to pass through the edge_subgraph()
function, thereby enabling effective model training. Could you please clarify if this is feasible? If not, do you have any suggestions to enable it?
Thanks in advance