From 88d9fc86d11173492ee67cb78dfbf034efd2bbf6 Mon Sep 17 00:00:00 2001 From: Yaguang Date: Mon, 1 Oct 2018 10:54:56 -0700 Subject: [PATCH] Update instructions for graph generation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b01e33..87e99f6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Each epoch takes about 5min with a single GTX 1080 Ti. supports sensor ids in Los Angeles (see `data/sensor_graph/sensor_info_201206.csv`). ```bash -python gen_adj_mx.py --sensor_ids_filename=data/sensor_graph/graph_sensor_ids.txt --normalized_k=0.1\ +python -m scripts.gen_adj_mx.py --sensor_ids_filename=data/sensor_graph/graph_sensor_ids.txt --normalized_k=0.1\ --output_pkl_filename=data/sensor_graph/adj_mx.pkl ```