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
754 stars 223 forks source link

hello,i have some questions about the code #27

Open zhangxiao-c opened 5 years ago

zhangxiao-c commented 5 years ago

in gru4rec , generate_samples() function is not definition. I searched all the files and didn't find any other information about it.

hungpthanh commented 5 years ago

By the way, I also think that the condition at line 568 will never happen. So, generate_samples() function is not necessary.

aimiyu commented 5 years ago

the same question~