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

Incremental training (retrain) support removed #42

Open gabrielspmoreira opened 3 years ago

gabrielspmoreira commented 3 years ago

Hi Balázs. I saw GRU4Rec had in an earlier version the retrain option, to keep fine tuning a model (i.e., multiple fit() calls) with newer data . I remember that feature created additional output neurons for item ids not seen in the previous training. Why was that option removed? Is that because the training accuracy is not good under such training approach? Or just to make the implementation simpler? I believe that retrain feature is important to avoid training runtime getting longer every day as new data becomes available.