ecc icon indicating copy to clipboard operation
ecc copied to clipboard

pytorch_scatter could maybe be faster for features aggregation

Open tchaton opened this issue 5 years ago • 3 comments

https://github.com/rusty1s/pytorch_scatter

tchaton avatar Jun 12 '19 14:06 tchaton

Sorry for the massive delay and thanks for making me aware of this framework. It's definitely worth a try, as well as looking into https://github.com/dmlc/dgl/ for a re-implementation....

mys007 avatar Jul 16 '19 23:07 mys007

I think pytorch_geometric should also be an option.

tchaton avatar Jul 23 '19 17:07 tchaton

Indeed, in fact, it seems that they've even implemented ECC themselves: https://github.com/rusty1s/pytorch_geometric/blob/master/torch_geometric/nn/conv/nn_conv.py !

mys007 avatar Jul 23 '19 19:07 mys007