recommenders-team/recommenders
Auf GitHub ansehen[ASK] Using datasets with a large number of users such as Gowalla in LightGCN model, RAM gets a lot involved
Open
#1.697 geöffnet am 7. Apr. 2022
help wanted
Repository-Metriken
- Stars
- (17.706 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 16h) (10 gemergte PRs in 30 T)
Beschreibung
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?