VincLee8188 / GMAN-PyTorch

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

problem #1

Closed bjtuwcy closed 3 years ago

bjtuwcy commented 3 years ago

Hello,is the meaning of the 78th lines in utils_.py calculating the total seconds a day?I run your code,but this line is an error.

VincLee8188 commented 3 years ago

I can't get the detailed error information from your question, but I guess the problem happened may be caused by the pandas version. You can replace the line 78 'time.freq.delta.total_seconds()' with '(5*60)'. I hope that shall solve the problem you have met.