Echo-Ji / ST-SSL

ST-SSL (STSSL): Spatio-Temporal Self-Supervised Learning for Traffic Flow Forecasting/Prediction
142 stars 28 forks source link

How to change dataset? #5

Open GuFan26 opened 4 months ago

GuFan26 commented 4 months ago

Hi,I want to ask that how to run the projects with another dataset. Now,I can successfully run the projects with the dataset NYCBike 1,but i don't know how to change it into BJTaxi.

Echo-Ji commented 4 months ago

You can make a directory named BJTaxi and put the relevant data here.

Next, you can directly run it with the following code:

> ./runme.sh 0 BJTaxi

Good luck!