Update dependence and change script name.

This commit is contained in:
Yaguang 2018-03-29 15:29:46 -07:00
parent 1063bb995a
commit 94b831fc12
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu, [Diffusion Convolutional Recurrent
- hyperopt>=0.1
- scipy>=0.19.0
- numpy>=1.12.1
- pandas==0.19.2
- pandas>=0.19.2
- tensorflow>=1.3.0
- python 2.7
@ -38,7 +38,7 @@ python gen_adj_mx.py --sensor_ids_filename=data/sensor_graph/graph_sensor_ids.t
## Train the Model
```bash
python dcrnn_seq2seq_train.py --config_filename=data/model/dcrnn_config.json
python dcrnn_train.py --config_filename=data/model/dcrnn_config.json
```