Update README.md
Fix typo in the Graph Construction script (thanks to Zifeng Kang).
This commit is contained in:
parent
ac5321fcf7
commit
1481b24b1b
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue