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 ouverte le 7 avr. 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (2 972 forks)batch import
help wanted

Métriques du dépôt

Stars
 (17 706 stars)
Métriques de merge PR
 (Merge moyen 6j 16h) (10 PRs mergées en 30 j)

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?

Guide contributeur