Keras implementation
aloreggia opened this issue · 4 comments
aloreggia commented
Hi,
I'm wondering if there exists or if your are planning to implement any version of your work in Keras.
Thank you
Andrea
mdeff commented
I'm not aware of a Keras implementation and don't plan doing it. I however have a pyTorch implementation. Let me now if you find a Keras version or if you do it yourself, I'll be happy to add a link.
zhangyu2ustc commented
Can you please share the Pytorch implementation of cnn_graph package? Where can I find it?
Thanks
nbro commented
@zhangyu2ustc Check out this: https://github.com/xbresson/spectral_graph_convnets.
mdeff commented
Do also check:
- PyTorch Geometric (PyG): ChebConv in PyTorch.
- Deep Graph Library (DGL): ChebConv in PyTorch and MXNet.