VincLee8188 / GMAN-PyTorch

Implementation of Graph Muti-Attention Network with PyTorch
136 stars 30 forks source link

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

Open Kishor-Bhaumik opened 2 years ago

Kishor-Bhaumik commented 2 years ago

in utils/utils_.py at line 82, timeofday = (time.hour 3600 + time.minute 60 + time.second) // time.freq.delta.totalseconds() I am getting , AttributeError: 'numpy.bytes' object has no attribute 'delta'

would you please let me know how to fix this?

clpoz commented 1 year ago

same question

suzy0223 commented 10 months ago

change it to 5*60

Suasy commented 5 months ago

args.time_slot*60