FelixOpolka / STGCN-PyTorch

🚗 Implementation of spatio-temporal graph convolutional network with PyTorch
MIT License
338 stars 70 forks source link

Why no multiplication in temporal block? #9

Open LiaoLW opened 4 years ago

LiaoLW commented 4 years ago

image In the original paper, the function of temporal block is P*σ(Q), but in this implementation in PyTorch, I can only find 3 summation, is there anything wrong or it's just my mis-understanding in this paper?

截屏2020-02-2623 02 02
jeongwhanchoi commented 3 years ago

This repo does not follow the original paper somewhat.