Aguin / STGCN-PyTorch

PyTorch implementation of STGCN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The shape of dataloader output y is [batch_num, n_route]?

YananLi18 opened this issue · comments

It seems you only predict one future slot, which is not n_pred.

Hi, @YananLi18
Yes, this code only predicts one slot, and n_pred is the time offset of the prediction.

Thanks for your quick answer @Aguin.
I found that the original author also wrote this way, which is somewhat different from the general prediction problem (generally n_pred future slots).