recommender-system
recommender-system copied to clipboard
How much similar is this implementation is to ```torch_geometric.nn.conv.sage_conv``` ?
Hey there,
I was going through the implementation of MultiSAGE
and pinSAGE
of yours, amazing work.
I was hoping if you could let me know - how much similar is this to the implementation of torch geometric's SAGEConv
?
Ref Link : https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/nn/conv/sage_conv.html
Thanks, Harsh