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 aberto em 7 de abr. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (2.972 forks)batch import
help wanted

Métricas do repositório

Stars
 (17.706 stars)
Métricas de merge de PR
 (Mesclagem média 6d 16h) (10 fundiu PRs em 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?

Guia do colaborador