Update README.md

Fix typo in the Graph Construction script (thanks to Zifeng Kang).
This commit is contained in:
Yaguang 2018-12-24 00:47:17 -08:00 committed by GitHub
parent ac5321fcf7
commit 1481b24b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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 -m scripts.gen_adj_mx.py --sensor_ids_filename=data/sensor_graph/graph_sensor_ids.txt --normalized_k=0.1\
python -m scripts.gen_adj_mx --sensor_ids_filename=data/sensor_graph/graph_sensor_ids.txt --normalized_k=0.1\
--output_pkl_filename=data/sensor_graph/adj_mx.pkl
```