hidasib / GRU4Rec

GRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.
Other
747 stars 222 forks source link

AttributeError: 'datetime.datetime' object has no attribute 'timestamp' #3

Closed zero76114 closed 8 years ago

zero76114 commented 8 years ago

Please help me, I try to run preprocess.py, but i met error AttributeError: 'datetime.datetime' object has no attribute 'timestamp'

I try to change : --->import datetime as dt To: --->from datetime import datetime as dt But none Efficience Anyone any idea?

zero76114 commented 8 years ago

I knew the reason why, That I implement on python 2.7; -->It's fine on python 3.4