Reproduction of the "Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting" paper
-
git clone https://github.com/AStroCvijo/dcrnn_implementation
-
python -m venv venv
-
source venv/bin/activate
orvenv\Scripts\activate
-
pip install -r requirements.txt
-
pip install dgl -f https://data.dgl.ai/wheels/torch-2.4/cu121/repo.html
-
python main.py