FelixOpolka / STGCN-PyTorch

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

Why the number of features is 2 for each station? #10

Open codingAndBS opened 4 years ago

codingAndBS commented 4 years ago

X = X.transpose((1, 2, 0)) Why the number of features (observation) is 2 at a specific time for each station?

love-freedom777 commented 3 years ago

X = X.transpose((1, 2, 0)) Why the number of features (observation) is 2 at a specific time for each station?

老哥知道为什么是2了吗?我也不是很懂,请教一下。是不是可能每条路有两个方向的速度值?