From 94b831fc12d416f7c742bc644fdfad4c00648a36 Mon Sep 17 00:00:00 2001 From: Yaguang Date: Thu, 29 Mar 2018 15:29:46 -0700 Subject: [PATCH] Update dependence and change script name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1569fe..a8e2997 100644 --- a/README.md +++ b/README.md @@ -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 ```