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 ```