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

generate_samples function call in gru4rec.py #32

Closed mokarakaya closed 4 years ago

mokarakaya commented 5 years ago

gru4rec.py calls generate_samples (line 568), however the function is not defined in the project.

zidane0souhila commented 4 years ago

indeed, any solutions?

hidasib commented 4 years ago

It was a copy paste error when updating from the public version (this function was not intended to be included in that release). Anyway, the recent update includes all speedups, including the one that uses this function.