Home

Awesome

TrafficStream

Code for TrafficStream: A Streaming Traffic Flow Forecasting FrameworkBased on Graph Neural Networks and Continual Learning(IJCAI 2021). TrafficStream is a streaming traffic flow forecasting framework based on Graph Neural Networks (GNNs) and Continual Learning (CL), achieving accurate predictions and high efficiency.

Requirements

conda env create -f trafficStream.yaml

Data

Download raw data from this, unzip the file and put it in the data folder

Usages

python main.py --conf conf/trafficStream.json --gpuid 1
python main.py --conf conf/expansible.json --gpuid 1
python main.py --conf conf/retrained.json --gpuid 1
python main.py --conf conf/static.json --gpuid 1