Echo-Ji / ST-SSL

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

How to change dataset? #5

Closed GuFan26 closed 6 days ago

GuFan26 commented 6 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 6 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!