recommenders-team/recommenders

[ASK] Using datasets with a large number of users such as Gowalla in LightGCN model, RAM gets a lot involved

Open

#1,697 opened on Apr 7, 2022

 (2 comments) (0 reactions) (0 assignees)Python (3,320 forks)batch import
help wanted

Repository metrics

Stars
 (21,857 stars)
PR merge metrics
 (Avg merge 6d 16h) (10 merged PRs in 30d)

Description

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?

Contributor guide