FelixOpolka / STGCN-PyTorch

🚗 Implementation of spatio-temporal graph convolutional network with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why no multiplication in temporal block?

LiaoLW opened this issue · comments

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

This repo does not follow the original paper somewhat.