Home

Awesome

MAGCN

MAGCN: A Multi-Adaptive Graph Convolutional Network for Traffic Forecasting

Prerequisites

Data Preparation

Training & Testing

Training

Change the config file depending on what you want.

`python main.py --config ./config/pems03/pems03_train.yaml`

`python main.py --config ./config/pems07/pems07_train.yaml`

Testing

To evaluate model on PEMS03, run

`python main.py --config ./config/pems03/pems03_test.yaml`

To evaluate model on PEMS07, run

`python main.py --config ./config/pems07/pems07_test.yaml`