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

Evaluating baselines #47

Open TauraiUCB opened 2 years ago

TauraiUCB commented 2 years ago

Hello @hidasib

Is there a way to run the baselines.py and compute Recall/MRR from the terminal. Could you specify the command.

Thanks