nnzhan / Graph-WaveNet

graph wavenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DLwbm123 opened this issue · comments

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

the same problem

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.

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.