recommenders-team/recommenders
Vedi su GitHub[ASK] Using datasets with a large number of users such as Gowalla in LightGCN model, RAM gets a lot involved
Open
#1697 aperta il 7 apr 2022
help wanted
Metriche repository
- Star
- (17.706 star)
- Metriche merge PR
- (Merge medio 6g 16h) (10 PR mergiate in 30 g)
Descrizione
I'm using google colab for training the model. I used gowalla dataset and after a few seconds after calling model = LightGCN(hparams, data, seed=SEED) System RAM gets full and my session terminates. I think this happens when creating adjacency matrix what should I do to fix this?