zhengchuanpan / GMAN

GMAN: A Graph Multi-Attention Network for Traffic Prediction (GMAN, https://fanxlxmu.github.io/publication/aaai2020/) was accepted by AAAI-2020.
Apache License 2.0
418 stars 106 forks source link

AttributeError: 'numpy.bytes_' object has no attribute 'delta' #18

Closed LiFXe closed 3 years ago

LiFXe commented 4 years ago

GMAN-master/PeMS/utils.py", line 74, in loadData // Time.freq.delta.totalseconds() AttributeError: 'numpy.bytes' object has no attribute 'delta'

作者您好,请问如何解决呢,我的环境:tf-1.14-py3

twittering0912 commented 4 years ago

I have the same problems,how did you resolve this question?

TBS1234 commented 4 years ago

请问您解决了吗?我也有同样的问题

flowingrain commented 3 years ago

分母采用(5*60),时间片的长度

garff commented 2 years ago

分母采用(5*60),时间片的长度

分母采用(560),时间片的长度 = The denominator is (560), the length of the time slice

And thanks!

tarekbzahid commented 2 years ago

having the same error, do you have the solution? Thanks!

mad-stat commented 1 year ago

Could anyone solve this?