nnzhan / Graph-WaveNet

graph wavenet
MIT License
628 stars 201 forks source link

Create GWN model in message passing way #39

Closed jexterliangsufe closed 1 year ago

jexterliangsufe commented 1 year ago

Such as pytorch_geometric's MessagePassing. Thx!

jexterliangsufe commented 1 year ago

I made a toy GWNet with message passing diffuse convolution layer. If someone is interested, I can put it here, this project or else.