hazdzz / STGCN

The PyTorch implementation of STGCN.
GNU Lesser General Public License v2.1
484 stars 106 forks source link

data slice issue #27

Closed Yiwen233 closed 3 months ago

Yiwen233 commented 4 months ago

The number of data slice is num = len_record - n_his - n_pred in the dataloader.py, but it seems to have one more record, i.e., num = len_record - n_his - n_pred+1