liyaguang / DCRNN

Implementation of Diffusion Convolutional Recurrent Neural Network in Tensorflow
MIT License
1.21k stars 400 forks source link

Why transpose the randomwalk matrix D^-1W #85

Open youxiaotu opened 4 months ago

youxiaotu commented 4 months ago

Hi, thanks for your sharing. I would like to kown why the random walk matrix D^-1W be transposed, it is not cosistent to the forumular in the paper.