mirror of https://github.com/czzhangheng/STDEN.git
framework added
This commit is contained in:
parent
669fe79ce2
commit
f07e9808f9
21
README.md
21
README.md
|
|
@ -1,7 +1,9 @@
|
||||||
# Spatio-Temporal Differential Equation Netwoek
|
# Spatio-Temporal Differential Equation Netwoek
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
This is a Pytroch implementation of Spatio-temporal Differential Equation Network (STDEN) for physics-guided traffic flow prediction, as described in our paper:
|
This is a Pytroch implementation of Spatio-temporal Differential Equation Network (STDEN) for physics-guided traffic flow prediction, as described in our paper:
|
||||||
Jiahao Ji, Jingyuan Wang, Zhe Jiang, Jiawei Jiang, and Hu Zhang, **[STDEN: Towards Physics-guided Neural Networks for Traffic Flow Prediction](https://www.bigscity.com/publications/)**, AAAI 2022.
|
Jiahao Ji, Jingyuan Wang, Zhe Jiang, Jiawei Jiang, and Hu Zhang, **[STDEN: Towards Physics-guided Neural Networks for Traffic Flow Prediction](https://www.bigscity.com/publications/stden-towards-physics-guided-neural-networks-for-traffic-flow-prediction/)**, AAAI 2022.
|
||||||
|
|
||||||
The training framework of this project comes from [chnsh](https://github.com/chnsh/DCRNN_PyTorch). Thanks a lot :)
|
The training framework of this project comes from [chnsh](https://github.com/chnsh/DCRNN_PyTorch). Thanks a lot :)
|
||||||
|
|
||||||
|
|
@ -23,7 +25,7 @@ pip install -r requirements.txt
|
||||||
|
|
||||||
## Model Traning and Evaluation
|
## Model Traning and Evaluation
|
||||||
|
|
||||||
One can run the code by
|
You can run the code by
|
||||||
```bash
|
```bash
|
||||||
# traning for dataset GT-221
|
# traning for dataset GT-221
|
||||||
python stden_train.py --config_filename=configs/stden_gt.yaml
|
python stden_train.py --config_filename=configs/stden_gt.yaml
|
||||||
|
|
@ -39,4 +41,17 @@ The configuration file of all datasets are as follows:
|
||||||
|WRS-393|stden_wrs.yaml|
|
|WRS-393|stden_wrs.yaml|
|
||||||
|ZGC-564|stden_zgc.yaml|
|
|ZGC-564|stden_zgc.yaml|
|
||||||
|
|
||||||
Note the data is not public and I am not allowed to distribute it.
|
Note the data is not public and I am not allowed to distribute it.
|
||||||
|
|
||||||
|
## Cite
|
||||||
|
|
||||||
|
If you find the paper usefule, please cite as following:
|
||||||
|
|
||||||
|
```tex
|
||||||
|
@inproceedings{ji2022stden,
|
||||||
|
title={STDEN: Towards Physics-guided Neural Networks for Traffic Flow Prediction},
|
||||||
|
author={Ji, Jiahao and Wang, Jingyuan and Jiang, Zhe and Jiang, Jiawei and Zhang, Hu},
|
||||||
|
booktitle={2022 AAAI Conference on Artificial Intelligence (AAAI'22)},
|
||||||
|
year={2022}
|
||||||
|
}
|
||||||
|
```
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
Loading…
Reference in New Issue