nnzhan / Graph-WaveNet

graph wavenet
MIT License
610 stars 199 forks source link

Hi! Great work! I have a question about the code. Have you mentioned adj_mx.pkl? There is no such file. #2

Closed DLwbm123 closed 5 years ago

zhanchey commented 5 years ago

the same problem

gcorso commented 5 years ago

You have to use the scripts in the DCRNN model that you can find here. In particular, for that you will need the gen_adj_mx.py.

nnzhan commented 5 years ago

Thanks for point it out. Sorry I forget to mention that adj_mx.pkl file we used is the same as provided in the data folder of DCRNN.