GestaltCogTeam / STEP

Code for our SIGKDD'22 paper Pre-training-Enhanced Spatial-Temporal Graph Neural Network For Multivariate Time Series Forecasting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does the section 4 mean in the readme.md?

addicter2017 opened this issue · comments

Hi!

In the Forecasting Stage of readme.md, you said "Then trian the downstream STGNN (Graph WaveNet) like in section 4". I tried to find that in your paper Pre-training Enhanced Spatial-temporal Graph Neural Network for Multivariate Time Series Forecasting, but it seems that the section 4 of the paper does not give the exact method on how to continue this step. Could you please give some instructions on how to preceed? Thanks!

Yours,
Can

commented

Hi, thanks for your interest, and sorry for misleading you as I didn't clean up the readme thoroughly.
"Section 4" means the "Train STEP based on a Pre-trained TSFormer" section in the readme.

commented

Now I have updated the README file.

Thanks a lot!